Garch Model.Arch Parameters Property
Gets the parameters corresponding to the lagged squared innovations
in the model.
Definition
Namespace: Extreme.Statistics.TimeSeriesAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public Vector<Parameter<double>> ArchParameters { get; }
Property Value
Vector<Parameter<Double>>Remarks
This property returns the collection of parameters for the ARCH part of the model. The parameter with index 0 corresponds to the coefficient of the squared innovation with lag 1.