CusumChart.CreateDeployed Method

Creates a CusumChart 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 CusumChart CreateDeployed(
	double referenceValue,
	double decisionInterval,
	double target,
	double sigma,
	SigmaEstimator sigmaEstimator = SigmaEstimator.OverallStandardDeviation
)

Parameters

referenceValue  Double
The frozen reference value k.
decisionInterval  Double
The frozen decision interval h.
target  Double
The frozen target value (μ₀).
sigma  Double
The frozen process sigma estimate.
sigmaEstimator  SigmaEstimator  (Optional)
The sigma estimator originally used to derive the parameters. Defaults to OverallStandardDeviation.

Return Value

CusumChart
A new CusumChart in the Deployed state.

See Also