Arima Model.Estimate Mean 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#
true if the mean should be estimated together with the other model parameters; otherwise false.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public bool EstimateMean { get; set; }
Property Value
Booleantrue if the mean should be estimated together with the other model parameters; otherwise false.