ControlChartData.Sigma Property

Gets the sigma basis appropriate for evaluating Nelson rules on this chart's plotted statistic.

Definition

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

Property Value

Double

Remarks

This is the within-process sigma estimate used to compute the 3-sigma limits. When evaluating Nelson or Western Electric rules, use this value as the sigma parameter. The estimation method depends on the chart family and the SigmaEstimator selected at construction time.

See Also