CuSumStatusExpectedMean Property |
The expected mean of all of the data from all of the samples.
Namespace: Imsl.Chart2D.QCAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double ExpectedMean { get; set; }
Public Overridable Property ExpectedMean As Double
Get
Set
public:
virtual property double ExpectedMean {
double get ();
void set (double value);
}
abstract ExpectedMean : float with get, set
override ExpectedMean : float with 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