Time Series Analysis (CUSUM)

From Met Dynamics
Jump to navigation Jump to search

Description

This article describes a method for preparing a Cumulative Sum (CUSUM) control chart.[1][2]

Model theory

Under construction icon-blue.svg.png This section is currently under construction. Please check back later for updates and revisions.

Excel

The CUSUM control chart may be invoked from the Excel formula bar with the following function calls:

=mdTimeSeries_CUSUM(TimeSeriesData as Range, T as Double, Optional k as Double = 0)

Invoking the function with no arguments will print Help text associated with the model, including a link to this page.

The input parameters and calculation results are defined below in matrix notation, along with an example image showing the selection of the same cells and arrays in the Excel interface:

where:

  • is the original observation (data point) at time
  • is a constant, typically a target value or the mean of historical data
  • is the slope of the V-Mask arm, an optional parameter (V-Mask limits and are not returned if is omitted)
  • is the value of the cumulative sum (CUSUM) at time
  • and are the high and low V-Mask parameters, respectively, and the superscripts indicate they are optionally-returned
Figure 1. Example showing the selection of the TimeSeriesData (blue frame), T (red frame), k (purple frame), and Results (light blue frame) arrays in Excel. The and parameters are returned in this example as k is specified.

References

  1. NIST/SEMATECH, 2012. e-Handbook of Statistical Methods, http://www.itl.nist.gov/div898/handbook/, accessed 24 March 2022.
  2. Napier-Munn, T.J., 2014. Cunning solutions to process improvement. 12th Mill Operators' Conference, Townsville, Qld, 1-3 September 2014.