|
The CUSUM plot is used widely in Marketing and Financial analysis to track cumulative changes in a time-ordered quantity. The way I calculate a CUSUM for the plots you see on my blood pressure page is:
The CUSUM test is useful in picking out general trends from random noise as noise will tend to cancel out in the long-run (there are just as many positive and negative values of true noise) but a trend will show up as a gradual departure from zero in the CUSUM. For my plots, I do the CUSUM on my raw data and I use the mean value of the raw data as the target. |
| |