UChart.Create Deployed Variable Method
Creates a variable-size UChart directly in the
Deployed state from the pooled
defects per unit. The chart is ready to accept new data via
Apply(Vector<Double>, Vector<Double>).
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 CreateDeployedVariable(
double pooledDefectsPerUnit
)Parameters
- pooledDefectsPerUnit Double
- The frozen pooled defects per unit (ū).
Return Value
UChartA new UChart in the Deployed state.