The value of the "Wbar" attribute.
Namespace: Imsl.Chart2D.QCAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double Wbar { get; set; }
Public Overridable Property Wbar As Double
Get
Set
public:
virtual property double Wbar {
double get ();
void set (double value);
}
abstract Wbar : float with get, set
override Wbar : float with get, set
Property Value
Type:
DoubleRemarks
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