Creates a CuSumStatus chart.
Namespace: Imsl.Chart2D.QCAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public CuSumStatus(
AxisXY axis,
double[] data,
double expectedMean,
double slackValue
)
Public Sub New (
axis As AxisXY,
data As Double(),
expectedMean As Double,
slackValue As Double
)
public:
CuSumStatus(
AxisXY^ axis,
array<double>^ data,
double expectedMean,
double slackValue
)
new :
axis : AxisXY *
data : float[] *
expectedMean : float *
slackValue : float -> CuSumStatus
Parameters
- axis
- Type: Imsl.Chart2DAxisXY
The AxisXY parent of this node
- data
- Type: SystemDouble
An array of measurements of a continuous variable.
- expectedMean
- Type: SystemDouble
The expected (or target) mean.
- slackValue
- Type: SystemDouble
The slack value, also called K, or the reference value, or the allowance.
See Also