MODULE 3: Process monitoring
This module provides in the function to monitor data that is acquired in a continuous manner. There are three main types of charts implemented 1) 𝑥̅𝑅 & 𝑥̅𝑠 -chart : to monitor means of samples that are possibly varying in size 2) CUSUM-chart: to monitor individual measurements that are following a normal distribution 3) EWMA-chart: to monitor individual measurements that are not normally distributed.
Wrapping all chart functions with calc_chart
The function calc_chart makes use of 6 underlying functions (2 for each of the three types of charts proposed above) that are invoked according to the scheme below. In order to give the reader more insight, the separate 6 functions are explained in more detail in the following section.
General
Content
Integrations