GarchModel.ArchParameters Property

Gets the parameters corresponding to the lagged squared innovations in the model.

Definition

Namespace: Numerics.NET.Statistics.TimeSeriesAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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