PChart.CreateDeployedVariable 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#
public static PChart CreateDeployedVariable(
	double pooledFractionNonconforming
)

Parameters

pooledFractionNonconforming  Double
The frozen pooled fraction nonconforming (p̄).

Return Value

PChart
A new PChart in the Deployed state.

See Also