GarchModel.ArchParameters 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#
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.

See Also