The value of the "Wbar" attribute.

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

Syntax

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

Remarks

This is the within sample variation for a series of samples. Its default value is set by the constructor to an estimate of the within sample variation

See Also