SPCModelNormal {spcadjust}R Documentation

Parametric Model for Normally Distributed Data with Centering and Scaling

Description

Returns a data model for univariate observations using normality assumptions with updates that center and scale the observations and potentially subtract half of a constant Delta. Subtracting Delta/2 is useful for CUSUM charts.

Usage

SPCModelNormal(Delta = 0)

Arguments

Delta

Half of this constant is subtracted for updates (before centering and scaling).

Details

The parameters to the function have the following meaning.

The main operations are defined as follows:

Value

An object of class SPCDataModel.


[Package spcadjust version 1.1 Index]