CUSUM (Cumulative Sum Control Chart) analysis is a statistical technique used to monitor change detection over time. In medicine, itβs widely applied to analyze learning curvesβespecially in surgical proceduresβto detect improvement or deterioration in performance.
Cumulative sum (CUSUM) of deviations from a target performance level. Tracks case-by-case trends and identifies when competence is achieved or errors increase.
It plots the cumulative sum of deviations from a predefined target or acceptable outcome rate, providing a visual and quantitative assessment of proficiency acquisition.
CUSUM helps evaluate how many procedures a surgeon needs to achieve competency in a new technique, such as ube, laparoscopy, or microsurgery.
Key Uses:
Let:
Then:
In a narrative_review on ube training, CUSUM analysis was used to assess:
This method revealed that significant proficiency in UBE lumbar decompression was typically achieved after 20β30 cases, depending on prior endoscopic experience 1).
~~TOC~~
To evaluate the learning curve of medical trainees performing [lumbar_puncture], using [cusum_analysis] to track the rate of successful procedures and determine the point at which competency is achieved.
Target failure rate (pβ): 20% Success = CSF obtained without requiring supervisor takeover Failure = CSF not obtained, traumatic puncture, or supervisor takeover
Let:
Initial value Sβ = 0
Case # | Outcome | Xi | Si = Si-1 + (Xi - 0.2) |
βββ | βββ | β- | ββββββββ |
1 | Success | 0 | 0 - 0.2 = -0.2 |
2 | Success | 0 | -0.2 - 0.2 = -0.4 |
3 | Failure | 1 | -0.4 + 0.8 = 0.4 |
4 | Success | 0 | 0.4 - 0.2 = 0.2 |
5 | Success | 0 | 0.2 - 0.2 = 0.0 |
6 | Success | 0 | 0.0 - 0.2 = -0.2 |
7 | Success | 0 | -0.2 - 0.2 = -0.4 |
8 | Failure | 1 | -0.4 + 0.8 = 0.4 |
9 | Success | 0 | 0.4 - 0.2 = 0.2 |
10 | Success | 0 | 0.2 - 0.2 = 0.0 |
11 | Success | 0 | 0.0 - 0.2 = -0.2 |
12 | Success | 0 | -0.2 - 0.2 = -0.4 |
13 | Success | 0 | -0.4 - 0.2 = -0.6 |
14 | Success | 0 | -0.6 - 0.2 = -0.8 |
15 | Failure | 1 | -0.8 + 0.8 = 0.0 |
16 | Success | 0 | 0.0 - 0.2 = -0.2 |
17 | Success | 0 | -0.2 - 0.2 = -0.4 |
18 | Success | 0 | -0.4 - 0.2 = -0.6 |
19 | Success | 0 | -0.6 - 0.2 = -0.8 |
20 | Success | 0 | -0.8 - 0.2 = -1.0 |
The CUSUM chart would show an initial learning phase with small performance fluctuations. Around case 15β20, the steady negative slope indicates consistent success below the target failure rate, suggesting competency is achieved after ~18β20 procedures.