Click or drag to resize
CuSum Constructor
Creates a CuSum chart given the means of a series of samples.

Namespace: Imsl.Chart2D.QC
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public CuSum(
	AxisXY axis,
	double[] xbar
)

Parameters

axis
Type: Imsl.Chart2DAxisXY
The AxisXY parent of this node
xbar
Type: SystemDouble
The means of the samples.
See Also