Ewma Chart.Create Deployed Method
Definition
Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
A new EwmaChart in the Deployed state.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
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
EwmaChartA new EwmaChart in the Deployed state.