The reference value (commonly denoted as k
) in CUSUM analysis represents the target or expected failure rate for a procedure. It defines the benchmark against which actual outcomes are compared on a case-by-case basis.
k
acts as a tolerance threshold:
k
, the CUSUM score increases.k
, the CUSUM score decreases or resets (depending on the method used).
The choice of k
depends on:
For example:
k = 0.1
.k = 0.25
.
→ Cₙ = Cₙ₋₁ + (0 - 0.1) = Cₙ₋₁ - 0.1
→ trend down
→ Cₙ = Cₙ₋₁ + (1 - 0.1) = Cₙ₋₁ + 0.9
→ trend up
The reference value determines the sensitivity of the CUSUM chart. A lower k
makes the chart more reactive to poor performance, while a higher k
gives more leeway.
A well-chosen reference value ensures: