Click or drag to resize
CuSumStatus Constructor
Creates a CuSumStatus chart.

Namespace: Imsl.Chart2D.QC
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public CuSumStatus(
	AxisXY axis,
	double[] data,
	double expectedMean,
	double slackValue
)

Parameters

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