Creates a CuSum chart given the means of a series of samples.
Namespace: Imsl.Chart2D.QCAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public CuSum(
AxisXY axis,
double[] xbar
)
Public Sub New (
axis As AxisXY,
xbar As Double()
)
public:
CuSum(
AxisXY^ axis,
array<double>^ xbar
)
new :
axis : AxisXY *
xbar : float[] -> CuSum
Parameters
- axis
- Type: Imsl.Chart2DAxisXY
The AxisXY parent of this node
- xbar
- Type: SystemDouble
The means of the samples.
See Also