Capability Methods

Methods

Analyze(Matrix<Double>, SpecificationLimits, SigmaEstimator, Double) Performs capability and performance analysis on a subgroup matrix and computes confidence intervals at the requested level.
Analyze(ReadOnlySpan<Double>, SpecificationLimits, SigmaEstimator, Double) Performs capability and performance analysis on a span of individuals observations and computes confidence intervals at the requested level.
Analyze(ReadOnlySpan<Double>, ReadOnlySpan<Int32>, SpecificationLimits, SigmaEstimator) Performs capability and performance analysis on flat observations with integer subgroup IDs.
Analyze(Vector<Double>, IGrouping, SpecificationLimits, SigmaEstimator) Performs capability and performance analysis on grouped observations using a Numerics.NET grouping abstraction.
Analyze(Vector<Double>, SpecificationLimits, SigmaEstimator, Double) Performs capability and performance analysis on an individuals series and computes confidence intervals at the requested level.
Analyze(ReadOnlySpan<Double>, ReadOnlySpan<Int32>, SpecificationLimits, SigmaEstimator, Double) Performs capability and performance analysis on flat observations with integer subgroup IDs and computes confidence intervals at the requested level.
Analyze(Vector<Double>, IGrouping, SpecificationLimits, SigmaEstimator, Double) Performs capability and performance analysis on grouped observations using a Numerics.NET grouping abstraction and computes confidence intervals at the requested level.
Analyze(ControlChart, SpecificationLimits, Nullable<Double>, Nullable<TestOfNormality>, ControlRuleSet, Double) Performs capability and performance analysis from a fitted or deployed variable control chart, using the chart's established baseline parameters.
Analyze(Matrix<Double>, SpecificationLimits, SigmaEstimator, Nullable<TestOfNormality>, ControlRuleSet, Double) Performs capability and performance analysis on a subgroup matrix.
Analyze(ReadOnlySpan<Double>, SpecificationLimits, SigmaEstimator, Nullable<TestOfNormality>, ControlRuleSet, Double) Performs capability and performance analysis on a span of individuals observations.
Analyze(Vector<Double>, SpecificationLimits, SigmaEstimator, Nullable<TestOfNormality>, ControlRuleSet, Double) Performs capability and performance analysis on an individuals series.

See Also