Skip to content

Process Behavior Chart

Alexander Semke requested to merge work/process-behavior-chart into master

Description

The merge requests implement the Process Behavior Chart, see #629 (closed) and the references therein for more details about this visualization type.

In the initial release of this new feature, the supported chart sub-types are supported and grouped according to the plotted statistics and to the metric defining the limits:

  • Individual Values and Moving Ranges, Limits Based on the Average or Median Moving Range:"

  • X (XmR) - plot the individual values

  • mR - plot the moving ranges

  • Averages and Ranges, Limits based on the Average or Median Range:

  • X̅ (X̅R) - plot the averages for each subgroup

  • R (X̅R) - plot the ranges for each subgroup

  • Averages and Standard Deviations, Limits Based on the Standard Deviations:

  • X̅ (X̅S) - plot the averages for each subgroup

  • S (X̅S) - plot the standard deviations for each subgroup

Screenshots: image

image

image

image

image

Conformity

Edited by Alexander Semke

Merge request reports