ProcessAnalysis Methods

Methods

Analyze(ReadOnlySpan<Double>, SpecificationLimits, SigmaEstimator, ControlRuleSet, NormalityTestKind, Double, Boolean, StandardBaseline) Performs an Individuals–Moving Range (I-MR) analysis on a span of individual observations.
Analyze(Vector<Double>, SpecificationLimits, SigmaEstimator, ControlRuleSet, NormalityTestKind, Double, Boolean, StandardBaseline) Performs an Individuals–Moving Range (I-MR) analysis on a vector of individual observations.
AnalyzeC Performs a C (defect count) chart analysis on the supplied defect counts.
AnalyzeCUSUM Performs a CUSUM (Cumulative Sum) chart analysis on the supplied observations.
AnalyzeEWMA Performs an EWMA (Exponentially Weighted Moving Average) chart analysis on the supplied observations.
AnalyzeNP Performs an NP (number nonconforming) chart analysis on the supplied defect counts with a constant sample size.
AnalyzeP Performs a P (fraction nonconforming) chart analysis on the supplied defect counts and sample sizes.
AnalyzeU Performs a U (defects per unit) chart analysis on the supplied defect counts and unit sizes.
AnalyzeXBarR(Matrix<Double>, SpecificationLimits, SigmaEstimator, ControlRuleSet, NormalityTestKind, Double, Boolean, StandardBaseline) Performs an XBar–R analysis on a matrix of subgroup observations.
AnalyzeXBarR(ReadOnlySpan<Double>, ReadOnlySpan<Int32>, SpecificationLimits, SigmaEstimator, ControlRuleSet, NormalityTestKind, Double, Boolean, StandardBaseline) Performs an XBar–R analysis on a span of observations with integer subgroup identifiers.
AnalyzeXBarR(Vector<Double>, IGrouping, SpecificationLimits, SigmaEstimator, ControlRuleSet, NormalityTestKind, Double, Boolean, StandardBaseline) Performs an XBar–R analysis on a vector of observations with an associated grouping.
AnalyzeXBarS(Matrix<Double>, SpecificationLimits, SigmaEstimator, ControlRuleSet, NormalityTestKind, Double, Boolean, StandardBaseline) Performs an XBar–S analysis on a matrix of subgroup observations.
AnalyzeXBarS(ReadOnlySpan<Double>, ReadOnlySpan<Int32>, SpecificationLimits, SigmaEstimator, ControlRuleSet, NormalityTestKind, Double, Boolean, StandardBaseline) Performs an XBar–S analysis on a span of observations with integer subgroup identifiers.
AnalyzeXBarS(Vector<Double>, IGrouping, SpecificationLimits, SigmaEstimator, ControlRuleSet, NormalityTestKind, Double, Boolean, StandardBaseline) Performs an XBar–S analysis on a vector of observations with an associated grouping.

See Also