CChart.Create Deployed Method
Definition
Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
A new CChart in the Deployed state.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
public static CChart CreateDeployed(
double centerLine,
double lcl,
double ucl,
double sigma
)Parameters
- centerLine Double
- The frozen center line (c̄).
- lcl Double
- The frozen lower control limit.
- ucl Double
- The frozen upper control limit.
- sigma Double
- The frozen sigma estimate (√c̄).
Return Value
CChartA new CChart in the Deployed state.