PChart.Create Deployed Variable Method
Creates a variable-size PChart directly in the
Deployed state from the pooled
fraction nonconforming. The chart is ready to accept new data
via Apply(Vector<Double>, Vector<Double>).
Definition
Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
A new PChart in the Deployed state.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
public static PChart CreateDeployedVariable(
double pooledFractionNonconforming
)Parameters
- pooledFractionNonconforming Double
- The frozen pooled fraction nonconforming (p̄).
Return Value
PChartA new PChart in the Deployed state.