Control Chart Tests Based on Geometric Moving Averages

1959
1 reference

Abstract

A geometrical moving average gives the most recent observation the greatest weight, and all previous observations weights decreasing in geometric progression from the most recent back to the first. A graphical procedure for generating geometric moving averages is described in which the most recent observation is assigned a weight r. The properties of control chart tests based on geometric moving averages are compared to tests based on ordinary moving averages.

1 repository
1 reference

Code References

freebsd/freebsd-src
1 file
sys/compat/linuxkpi/common/include/linux/average.h
1
* Z_t = d X_t + (1 - d) * Z_(t-1); 0 < d <= 1, t >= 1; Roberts (1959).
Link copied to clipboard!