CChart.CreateDeployed Method

Creates a CChart 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 CChart CreateDeployed(
	double centerLine,
	double lcl,
	double ucl,
	double sigma
)

Parameters

centerLine  Double
The frozen center line (c̄).
lcl  Double
The frozen lower control limit.
ucl  Double
The frozen upper control limit.
sigma  Double
The frozen sigma estimate (√c̄).

Return Value

CChart
A new CChart in the Deployed state.

See Also