arch.univariate.base.ARCHModelForecastSimulation¶
- class arch.univariate.base.ARCHModelForecastSimulation(index, values, residuals, variances, residual_variances)[source]¶
Container for a simulation or bootstrap-based forecasts from an ARCH Model
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