Table of Contents

Cumulative Sum at Case

The cumulative sum at case (CUSUM value) represents the running total of deviations from the expected performance level up to a specific case number.

In a binary outcome model (e.g., success = 0, complication = 1), the CUSUM at each case is calculated using the formula:

Cₙ = max(0, Cₙ₋₁ + (Xₙ - k))

Where:

Interpretation of the CUSUM Value

Case-by-Case Example

If the target complication rate k is 0.1 and the outcome sequence is:

The curve visually builds a story of performance across cases, and the CUSUM value at each case becomes a snapshot of deviation from target performance.

Why It Matters

Tracking the cumulative sum at each case: