UChart.CreateDeployedVariable Method

Creates a variable-size UChart directly in the Deployed state from the pooled defects per unit. 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 UChart CreateDeployedVariable(
	double pooledDefectsPerUnit
)

Parameters

pooledDefectsPerUnit  Double
The frozen pooled defects per unit (ū).

Return Value

UChart
A new UChart in the Deployed state.

See Also