CusumChartOptions Properties

Properties

DecisionInterval Gets the decision interval h (threshold). The process is declared out of control when the upper or lower cumulative sum exceeds h.
ReferenceValue Gets the CUSUM reference value k (allowance), used to standardize the increments accumulated in the upper and lower cumulative sums.
Sigma Gets the optional explicit process sigma (σ) to use for standardizing observations in the CUSUM recursion.
SigmaEstimator Gets the sigma estimator used to standardize observations in the CUSUM recursion.
Target Gets the optional process target value (μ₀) used as the center value for the CUSUM recursion.

See Also