ArimaModel.EstimateMean Property

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

Definition

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