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