N^{+}, the number of consecutive periods that the cusums C_i^{+} have been nonzero.

Namespace: Imsl.Chart2D.QC
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual int[] NPlus { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property NPlus As Integer()
Visual C++
public:
virtual property array<int>^ NPlus {
	array<int>^ get ();
}

See Also