IMSL C# Numerical Library

CuSumStatus Constructor 

Creates a CuSumStatus chart.

public CuSumStatus(
   AxisXY axis,
   double[] data,
   double expectedMean,
   double slackValue
);

Parameters

axis
The AxisXY parent of this node
data
An array of measurements of a continuous variable.
expectedMean
The expected (or target) mean.
slackValue
The slack value, also called K, or the reference value, or the allowance.

See Also

CuSumStatus Class | Imsl.Chart2D.QC Namespace