Uses of Interface
net.finmath.timeseries.HistoricalSimulationModel
Packages that use HistoricalSimulationModel
Package
Description
Provides classes related to time series modeling and estimation, e.g.
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 TypeClassDescriptionclass
Lognormal process with ARMAGARCH(1,1) volatility.class
Displaced log-normal process with constanst volatility.class
Displaced log-normal process with ARMAGARCH(1,1) volatility.class
Displaced log-normal process with GARCH(1,1) volatility.class
Displaced log-normal process with GJR-GARCH(1,1) volatility.class
Log-normal process with GARCH(1,1) volatility.class
Implementation 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)