Learn R Programming

rmgarch (version 1.4-2)

fScenario-class: Class "fScenario"

Description

Object returned from calling fscenario.

Arguments

Objects from the Class

Objects can be created by calls of the form new("fScenario", ...).

Slots

scenario:

Object of class "vector" A list with the (roll+1) scenario matrices.

model:

Object of class "vector" A list with details of the data-generating process.

Methods

show

signature(object = "fScenario"): Summary method.

goget

signature(object = "fScenario"): Get a specified ‘arg’ from the object (only ‘scenario’ used).

fitted

signature(object = "fScenario"): Returns an array of the simulated scenario returns, with dimensions n.sim * n.assets * (roll+1), the third dimension labeled by the actual forecast time index, and the second dimension labeled by the asset names. The last forecast scenario is always completely out of sample, so the time index label for that is generated using the generatefwd function in the rugarch package.

Author

Alexios Galanos