Cusum Chart.Upper Cusum Values Property
Gets the upper cumulative sum series C⁺.
Definition
Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
public Vector<double> UpperCusumValues { get; }Property Value
Vector<Double>Remarks
Available only in the Fitted state
(i.e., after Analyze() or after
Apply(Vector<Double>)). Not available in the Deployed
state since it is data-dependent.
Exceptions
| Invalid | The chart is not in the Fitted state. |