FixedLimitSeries.Sigma Property

Gets the within-subgroup or within-sample standard deviation estimate used to compute the control limits.

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

Available in both Fitted and Deployed modes.

See Also