Uses of Interface
net.finmath.timeseries.TimeSeriesModelParametric
Packages that use TimeSeriesModelParametric
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 TimeSeriesModelParametric in net.finmath.timeseries
Methods in net.finmath.timeseries that return TimeSeriesModelParametricModifier and TypeMethodDescriptionTimeSeriesModelParametric.getCloneCalibrated(TimeSeries timeSeries) -
Uses of TimeSeriesModelParametric in net.finmath.timeseries.models.parametric
Classes in net.finmath.timeseries.models.parametric that implement TimeSeriesModelParametricModifier and TypeClassDescriptionclassLognormal process with ARMAGARCH(1,1) volatility.classDisplaced log-normal process with ARMAGARCH(1,1) volatility.classDisplaced log-normal process with GJR-GARCH(1,1) volatility.Methods in net.finmath.timeseries.models.parametric that return TimeSeriesModelParametricModifier and TypeMethodDescriptionARMAGARCH.getCloneCalibrated(TimeSeries timeSeries)DisplacedLognormalARMAGARCH.getCloneCalibrated(TimeSeries timeSeries)DisplacedLognormalGJRGARCH.getCloneCalibrated(TimeSeries timeSeries)