Click or drag to resize
XbarS Constructor (AxisXY, Int32, Double, Double)
Creates an XBarS chart given the means and 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 XbarS(
	AxisXY axis,
	int sampleSize,
	double[] xbar,
	double[] w
)

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 one.
xbar
Type: SystemDouble
An array containing the mean values for a series of samples.
w
Type: SystemDouble
An array containing the within sample variation for a series of samples.
Exceptions
ExceptionCondition
ArgumentExceptionis thrown if the two input arrays do not have the same length.
See Also