SPCModelNormal: 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).