arch.univariate.base.ARCHModelForecastSimulation¶
- class arch.univariate.base.ARCHModelForecastSimulation(index: list[Hashable | None] | Index, values: ndarray[Any, dtype[float64]] | None, residuals: ndarray[Any, dtype[float64]] | None, variances: ndarray[Any, dtype[float64]] | None, residual_variances: ndarray[Any, dtype[float64]] | None)[source]¶
Container for a simulation or bootstrap-based forecasts from an ARCH Model
- Parameters:¶
Methods
Properties
The index aligned to dimension 0 of the simulation paths
Simulated variance of the residuals
Simulated residuals used to produce the values
The values of the process
Simulated variances of the values