IMSL C# Numerical Library

SChart Constructor (AxisXY, Int32[], Double[])

Creates an S chart given the within sample standard deviations for a series of unequally sized samples.

public SChart(
   AxisXY axis,
   int[] sampleSize,
   double[] s
);

Parameters

axis
The AxisXY parent of this node.
sampleSize
An array containing the number of observations in each sample. All samples must have at least two observations.
s
An array containing the within sample standard deviations for a series of samples.

Exceptions

Exception Type Condition
ArgumentException is thrown if the two input arrays do not have the same length.

See Also

SChart Class | Imsl.Chart2D.QC Namespace | SChart Constructor Overload List