GarchModel.Constant Property

Gets the parameter for the constant term in the model.

Definition

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

Property Value

Parameter<Double>

See Also