IMSL C# Numerical Library

CuSum Constructor 

Creates a CuSum chart given the means of a series of samples.

public CuSum(
   AxisXY axis,
   double[] xbar
);

Parameters

axis
The AxisXY parent of this node
xbar
The means of the samples.

See Also

CuSum Class | Imsl.Chart2D.QC Namespace