NpChart.CreateDeployed Method

Creates an NpChart 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 NpChart CreateDeployed(
	double centerLine,
	double lcl,
	double ucl,
	double sigma,
	double sampleSize
)

Parameters

centerLine  Double
The frozen center line (np̄).
lcl  Double
The frozen lower control limit.
ucl  Double
The frozen upper control limit.
sigma  Double
The frozen sigma estimate.
sampleSize  Double
The constant sample size.

Return Value

NpChart
A new NpChart in the Deployed state.

See Also