Uses of Interface
net.finmath.timeseries.HistoricalSimulationModel
-
Packages that use HistoricalSimulationModel Package Description net.finmath.timeseries Provides classes related to time series modeling and estimation, e.g.net.finmath.timeseries.models.parametric Classes related to estimation of time series. -
-
Uses of HistoricalSimulationModel in net.finmath.timeseries
Methods in net.finmath.timeseries that return HistoricalSimulationModel Modifier and Type Method Description HistoricalSimulationModelHistoricalSimulationModel. getCloneWithWindow(int windowIndexStart, int windowIndexEnd)Create a new model, using only a window of the times series. -
Uses of HistoricalSimulationModel in net.finmath.timeseries.models.parametric
Classes in net.finmath.timeseries.models.parametric that implement HistoricalSimulationModel Modifier and Type Class Description classARMAGARCHLognormal process with ARMAGARCH(1,1) volatility.classDisplacedLognormalDisplaced log-normal process with constanst volatility.classDisplacedLognormalARMAGARCHDisplaced log-normal process with ARMAGARCH(1,1) volatility.classDisplacedLognormalGARCHDisplaced log-normal process with GARCH(1,1) volatility.classDisplacedLognormalGJRGARCHDisplaced log-normal process with GJR-GARCH(1,1) volatility.classGARCHLog-normal process with GARCH(1,1) volatility.classSimpleHistroricalSimulationImplementation of standard historical simulation.Methods in net.finmath.timeseries.models.parametric that return HistoricalSimulationModel Modifier and Type Method Description HistoricalSimulationModelARMAGARCH. getCloneWithWindow(int windowIndexStart, int windowIndexEnd)HistoricalSimulationModelDisplacedLognormal. getCloneWithWindow(double lowerBoundDisplacement, int windowIndexStart, int windowIndexEnd)HistoricalSimulationModelDisplacedLognormal. getCloneWithWindow(int windowIndexStart, int windowIndexEnd)HistoricalSimulationModelDisplacedLognormalARMAGARCH. getCloneWithWindow(int windowIndexStart, int windowIndexEnd)HistoricalSimulationModelDisplacedLognormalGARCH. getCloneWithWindow(double lowerBoundDisplacement, int windowIndexStart, int windowIndexEnd)HistoricalSimulationModelDisplacedLognormalGARCH. getCloneWithWindow(int windowIndexStart, int windowIndexEnd)HistoricalSimulationModelDisplacedLognormalGJRGARCH. getCloneWithWindow(int windowIndexStart, int windowIndexEnd)HistoricalSimulationModelSimpleHistroricalSimulation. getCloneWithWindow(int windowIndexStart, int windowIndexEnd)
-