Uses of Interface
net.finmath.timeseries.HistoricalSimulationModel
Packages that use HistoricalSimulationModel
Package
Description
Provides classes related to time series modeling and estimation, e.g. maximum likelihood estimation of GARCH models.
Classes related to estimation of time series.
-
Uses of HistoricalSimulationModel in net.finmath.timeseries
Methods in net.finmath.timeseries that return HistoricalSimulationModelModifier and TypeMethodDescriptionHistoricalSimulationModel.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 HistoricalSimulationModelModifier and TypeClassDescriptionclassLognormal process with ARMAGARCH(1,1) volatility.classDisplaced log-normal process with constanst volatility.classDisplaced log-normal process with ARMAGARCH(1,1) volatility.classDisplaced log-normal process with GARCH(1,1) volatility.classDisplaced log-normal process with GJR-GARCH(1,1) volatility.classLog-normal process with GARCH(1,1) volatility.classImplementation of standard historical simulation.Methods in net.finmath.timeseries.models.parametric that return HistoricalSimulationModelModifier and TypeMethodDescriptionARMAGARCH.getCloneWithWindow(int windowIndexStart, int windowIndexEnd)DisplacedLognormal.getCloneWithWindow(double lowerBoundDisplacement, int windowIndexStart, int windowIndexEnd)DisplacedLognormal.getCloneWithWindow(int windowIndexStart, int windowIndexEnd)DisplacedLognormalARMAGARCH.getCloneWithWindow(int windowIndexStart, int windowIndexEnd)DisplacedLognormalGARCH.getCloneWithWindow(double lowerBoundDisplacement, int windowIndexStart, int windowIndexEnd)DisplacedLognormalGARCH.getCloneWithWindow(int windowIndexStart, int windowIndexEnd)DisplacedLognormalGJRGARCH.getCloneWithWindow(int windowIndexStart, int windowIndexEnd)SimpleHistroricalSimulation.getCloneWithWindow(int windowIndexStart, int windowIndexEnd)