Click or drag to resize
CuSumStatusExpectedMean Property
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.2.0
Syntax
public virtual double ExpectedMean { get; set; }

Property Value

Type: Double
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