Arima Model.Mean Property
Gets or sets the mean of the time series.
Definition
Namespace: Numerics.NET.Statistics.TimeSeriesAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public double Mean { get; set; }
Property Value
DoubleRemarks
Use this property to set the mean for the time series. If the time series is integrated, the mean applies to the differenced series. If EstimateMean is set to true, this value is used as the initial estimate. Otherwise, the value is used as the mean.