The mean used for centering the series.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double Mean { get; set; }
Visual Basic (Declaration)
Public Property Mean As Double
Visual C++
public:
property double Mean {
	double get ();
	void set (double value);
}

Field Value

A double scalar containing the value for centering the time series. By default the series is not centered.

See Also