GarchModel.GarchParameters Property

Gets the parameters corresponding to the lagged conditional variances in the model.

Definition

Namespace: Extreme.Statistics.TimeSeriesAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Vector<Parameter<double>> GarchParameters { get; }

Property Value

Vector<Parameter<Double>>

Remarks

This property returns the collection of parameters for the GARCH part of the model. The parameter with index 0 corresponds to the coefficient of the conditional variance with lag 1.

See Also