Estimate of the mean of time series x.

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

Syntax

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

Field Value

A double containing the estimate of the mean of time series x.

See Also