RuleEvaluationContext.Sigma Property

Gets the within-process sigma estimate used for zone classification.

Definition

Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
public double Sigma { get; }

Property Value

Double

Remarks

For an Individuals chart, sigma is derived from the average moving range. For XBar charts, sigma is the sigma of the subgroup means. Must be positive and finite.

See Also