ArimaModel.Mean Property

Gets or sets the mean of the time series.

Definition

Namespace: Extreme.Statistics.TimeSeriesAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public double Mean { get; set; }

Property Value

Double

Remarks

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.

See Also