The expected mean of of all of the moving ranges of two observations.

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

Syntax

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

Field Value

Its default value is the computed from the data passed to the constructor.

See Also