Click or drag to resize
ARMAEstimateMissingMean Property
The mean value used to center the series.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double Mean { get; set; }

Property Value

Type: Double
A double scalar value used to center the series.
Remarks
By default the median of the series is used for centering.
See Also