generateEWMAChart: Generates an exponentially weighted moving average control...

Description Usage Arguments Value

Description

Generates an exponentially weighted moving average control chart.

Usage

1
2
3
generateEWMAChart(blocks, center, sd, parameters = list(lambda = 0.5),
  description, y_value_name = "measured quantity", desired_value,
  desired_value_name)

Arguments

blocks

[list]
List of blocks from which quantity is computed.

center

[numeric(1)]
Long term process mean.

sd

[numeric(1)]
Standard deviation of the process.

parameters

[list]
List of parameters needed to compute control respectively warning bounds.

description

[character(1)]
Description of the measured quantity. Used as subtitle in graphical representation.

y_value_name

[character(1)]
Name for the measured characteristic. Used for example for the y axis label in the plot by default.

desired_value

[numeric]
Reference value of the measured quantity, i.e., the average value. May be a single value or comply with the number of blocks (see blocks parameter).

desired_value_name

[character(1)]
Label of the desired value. Used in the graphical representation.

Value

Object of class scc_chart and ewma_chart.


jakobbossek/scc documentation built on May 18, 2019, 10:11 a.m.