Creates a CuSumStatus chart.
Namespace:
Imsl.Chart2D.QC
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public CuSumStatus( AxisXY axis, double[] data, double expectedMean, double slackValue ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ axis As AxisXY, _ data As Double(), _ expectedMean As Double, _ slackValue As Double _ ) |
Visual C++ |
---|
public: CuSumStatus( AxisXY^ axis, array<double>^ data, double expectedMean, double slackValue ) |
Parameters
- axis
- Type: Imsl.Chart2D..::.AxisXY
The AxisXY parent of this node
- data
- Type: array<
System..::.Double
>[]()[]
An array of measurements of a continuous variable.
- expectedMean
- Type: System..::.Double
The expected (or target) mean.
- slackValue
- Type: System..::.Double
The slack value, also called K, or the reference value, or the allowance.