| AbstractControlChart | 
 Ancestor for control charts. 
 | 
| AbstractControlChartWithSampleSize | 
 Ancestor for control charts. 
 | 
| AbstractViolationFinder | 
 Ancestor for algorithms that check for violations. 
 | 
| BeyondLimitsViolations | 
 Flags any data point as violation if below lower or above upper limit. 
 | 
| CChart | 
 Generates data for a c chart. 
  
 For more information see: 
 QICacros. c Chart Formulas. 
 | 
| Limits | 
 TODO: What class does. 
 | 
| MOACUSUM | 
 CUSUM (cumulative sum control chart) is a sequential analysis technique developed by E. 
 | 
| MOAPageHinkley | 
 Page-Hinkley Test. 
  
 This version is based on MOA's drift detector: 
 https://github.com/apache/incubator-samoa/blob/9b178f63152e5b4c262e0f3ed28e77667832fc98/samoa-api/src/main/java/org/apache/samoa/moa/classifiers/core/driftdetection/PageHinkleyDM.java
 
  
 
  
 | 
| NPChart | 
 Generates data for an np chart. 
  
 For more information see: 
 QICacros. np Chart Formulas. 
 | 
| NullViolations | 
 Flags nothing as violation. 
 | 
| OnOneSideViolations | 
 Flags a data point as violation if it is the start of consecutive sequence (of specified minimum length) of points that are all on one side. 
 | 
| PChart | 
 Generates data for a p chart. 
  
 For more information see: 
 QICacros. p Chart Formulas. 
 | 
| UChart | 
 Generates data for a u chart. 
  
 For more information see: 
 QICacros. u Chart Formulas. 
 | 
| XBarRChart | 
 Generates data for a XBar R chart. 
  
 For more information see: 
 QICacros. 
 | 
| XBarSChart | 
 Generates data for an XBar S chart. 
  
 For more information see: 
 QICacros. 
 |