IMSL C# Numerical Library |
|
XbarS Constructor (AxisXY, Int32[], Double[], Double[])
Creates an XBarS
chart given the means and standard deviations for a series of unequally sized samples.
Parameters
-
axis
- The
AxisXY
parent of this node.
-
sampleSize
- An array containing the number of observations in each sample. Each sample must have at least one observation.
-
xbar
- An array containing the mean values for a series of samples.
-
w
- An array containing the within sample variation for a series of samples.
Exceptions
Exception Type |
Condition |
ArgumentException
|
is thrown if the three input arrays do not all have the same length. |
See Also
XbarS Class | Imsl.Chart2D.QC Namespace | XbarS Constructor Overload List