EwmaChart.CreateDeployed Method

Creates an EwmaChart 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 EwmaChart CreateDeployed(
	double lambda,
	double width,
	double target,
	double sigma
)

Parameters

lambda  Double
The EWMA smoothing constant λ.
width  Double
The control-limit width multiplier L.
target  Double
The frozen target value (μ₀), used as the center line and recursion starting point.
sigma  Double
The frozen process sigma estimate.

Return Value

EwmaChart
A new EwmaChart in the Deployed state.

See Also