Assumption Diagnostics 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#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
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
| Has | Gets a value indicating whether any diagnostic messages were generated. |
| Has | 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. |
| Normality | Gets the normality test result, or null when normality testing was not requested. |
Methods
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Get | Serves as the default hash function. (Inherited from Object) |
| Get | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |