java.lang.Object
net.finmath.timeseries.models.parametric.ARMAGARCH
All Implemented Interfaces:
HistoricalSimulationModel, TimeSeriesModelParametric

public class ARMAGARCH
extends Object
implements TimeSeriesModelParametric, HistoricalSimulationModel
Lognormal process with ARMAGARCH(1,1) volatility. This class estimates the process \[ \mathrm{d} \log(X) = \sigma(t) \mathrm{d}W(t) \] where \( \sigma \) is given by a ARMAGARCH(1,1) process.
Version:
1.0
Author:
Christian Fries