The expected mean of all of the data from all of the samples.

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

Syntax

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

Field Value

The value of ExpectedMean is either the expected mean value or the target mean. Its default value is computed from the data passed to the constructor.

See Also