Np Chart.Create Deployed Method
Definition
Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
A new NpChart in the Deployed state.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
public static NpChart CreateDeployed(
double centerLine,
double lcl,
double ucl,
double sigma,
double sampleSize
)Parameters
- centerLine Double
- The frozen center line (np̄).
- lcl Double
- The frozen lower control limit.
- ucl Double
- The frozen upper control limit.
- sigma Double
- The frozen sigma estimate.
- sampleSize Double
- The constant sample size.
Return Value
NpChartA new NpChart in the Deployed state.