XBar SChart Set.Create Deployed Method
Creates an XBarSChartSet 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 XBarSChartSet in the Deployed state.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
public static XBarSChartSet CreateDeployed(
double meansCenterLine,
double meansLcl,
double meansUcl,
double meansSigma,
double sdsCenterLine,
double sdsLcl,
double sdsUcl,
double sdsSigma,
int subgroupSize,
double grandMean,
double averageStandardDeviation
)Parameters
- meansCenterLine Double
- The frozen center line (grand mean) for the Means chart.
- meansLcl Double
- The frozen lower control limit for the Means chart.
- meansUcl Double
- The frozen upper control limit for the Means chart.
- meansSigma Double
- The frozen sigma for the Means chart.
- sdsCenterLine Double
- The frozen center line (average standard deviation) for the Standard Deviations chart.
- sdsLcl Double
- The frozen lower control limit for the Standard Deviations chart.
- sdsUcl Double
- The frozen upper control limit for the Standard Deviations chart.
- sdsSigma Double
- The frozen sigma for the Standard Deviations chart.
- subgroupSize Int32
- The subgroup size originally used to derive the parameters.
- grandMean Double
- The grand mean originally estimated.
- averageStandardDeviation Double
- The average standard deviation originally estimated.
Return Value
XBarSChartSetA new XBarSChartSet in the Deployed state.
Remarks
Use this factory when you have pre-computed or externally sourced control limits and want to apply them to new subgroups without re-fitting.