Ewma Chart Options.Sigma Property
Gets the optional explicit process sigma (σ) to use for computing
EWMA control limits.
Definition
Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
public double? Sigma { get; init; }Property Value
Nullable<Double>Remarks
When non-null, this value is used directly as the process sigma estimate; estimator-based sigma derivation is bypassed. Must be a positive finite number when supplied.
When null (the default), sigma is estimated from the baseline observations using the overall standard deviation.