UChart.CreateDeployedFixed Method

Creates a constant-size UChart directly in the Deployed state from externally supplied fitted parameters.

Definition

Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
public static UChart CreateDeployedFixed(
	double centerLine,
	double lcl,
	double ucl,
	double sigma,
	double unitSize,
	double pooledDefectsPerUnit = NaN
)

Parameters

centerLine  Double
The frozen center line (ū).
lcl  Double
The frozen lower control limit.
ucl  Double
The frozen upper control limit.
sigma  Double
The frozen sigma estimate.
unitSize  Double
The constant unit size.
pooledDefectsPerUnit  Double  (Optional)
The frozen pooled defects per unit (ū). When omitted, equals centerLine.

Return Value

UChart
A new UChart in the Deployed state.

See Also