ArimaModel.EstimateMean Property

Gets or sets whether the model contains a constant (mean) term.

Definition

Namespace: Numerics.NET.Statistics.TimeSeriesAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public bool EstimateMean { get; set; }

Property Value

Boolean
true if the mean should be estimated together with the other model parameters; otherwise false.

See Also