Control Chart Data.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#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
public double Sigma { get; }Property Value
DoubleRemarks
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.