Skip to end of banner
Go to start of banner

Procesmonitoring

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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.

  • No labels