GarchModel.Constant Property

Gets the parameter for the constant term in the model.

Definition

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

Property Value

Parameter<Double>

See Also