UChart.Create Deployed Fixed Method
Creates a constant-size UChart 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#
A new UChart in the Deployed state.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
public static UChart CreateDeployedFixed(
double centerLine,
double lcl,
double ucl,
double sigma,
double unitSize,
double pooledDefectsPerUnit = NaN
)Parameters
- centerLine Double
- The frozen center line (ū).
- lcl Double
- The frozen lower control limit.
- ucl Double
- The frozen upper control limit.
- sigma Double
- The frozen sigma estimate.
- unitSize Double
- The constant unit size.
- pooledDefectsPerUnit Double (Optional)
- The frozen pooled defects per unit (ū). When omitted, equals centerLine.
Return Value
UChartA new UChart in the Deployed state.