Click or drag to resize
SChart Constructor (AxisXY, Int32, Double)
Creates an S chart given the within sample standard deviations for a series of equally sized samples.

Namespace: Imsl.Chart2D.QC
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public SChart(
	AxisXY axis,
	int sampleSize,
	double[] s
)

Parameters

axis
Type: Imsl.Chart2DAxisXY
The AxisXY parent of this node.
sampleSize
Type: SystemInt32
The number of observations in each sample. It must be at least 2.
s
Type: SystemDouble
An array containing the within sample standard deviations for a series of samples.
See Also