PChart.PooledFractionNonconforming Property

Gets the pooled fraction nonconforming (p̄) computed during phase-I analysis, which serves as the chart center line.

Definition

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

Property Value

Double

Remarks

Available after Analyze() has been called (i.e., in Fitted and Deployed states).

Exceptions

InvalidOperationException The chart is in the Unfitted state.

See Also