AssumptionDiagnostics Class

Contains the assumption-diagnostic results for a capability analysis.

Definition

Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
public sealed class AssumptionDiagnostics
Inheritance
Object  →  AssumptionDiagnostics

Remarks

Produced by Analyze(Vector<Double>, SpecificationLimits, SigmaEstimator, Nullable<TestOfNormality>, ControlRuleSet, Double) when assumption diagnostics are requested.

All diagnostics are advisory. They warn the caller that the normal-model interpretation of capability metrics may be unreliable; they do not prevent capability analysis from running.

Properties

HasMessages Gets a value indicating whether any diagnostic messages were generated.
HasOutOfControlSignals Gets a value indicating whether at least one out-of-control signal was detected in the data using the supplied rule set. false when no rule set was supplied.
Messages Gets the advisory diagnostic messages generated during assumption analysis. Empty when no cautionary observations were produced.
NormalityTest Gets the normality test result, or null when normality testing was not requested.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also