Diagnostic Codes Class
Provides stable string constants for the diagnostic codes emitted by
ControlChart diagnostic workflows.
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 static class DiagnosticCodes- Inheritance
- Object → DiagnosticCodes
Remarks
Use these constants when filtering DiagnosticReport messages by code to avoid relying on hand-written string literals that may diverge from the actual emitted values.
Fields
| Assumptions | Emitted when the normality test rejects normality at the requested significance level. |
| Assumptions | Emitted when out-of-control signals are detected during assumption diagnostics. |
| Capability | Emitted when a one-sided specification is used for capability analysis. |
| Capability | Emitted when capability metrics are computed on a process that shows signs of statistical instability. |
| Capability | Emitted when a target value is not supplied in the specification limits. |
| Chart | Emitted when the observation sequence has fewer than the recommended minimum number of observations. |
| Chart | Emitted when input subgroups do not all have the same size and equal subgroup sizes are required. |
| Chart | Emitted when all observations are identical (estimated sigma = 0). |
| Chart | Emitted when input data contains NaN or infinite values. |
| Chart | Emitted when no index was supplied and a synthetic integer index was generated. |
| Rules | Emitted when rule evaluation is applied to the primary chart statistic series rather than to both series in the set. |
| Rules | Emitted when a Shewhart rule set is passed to an EWMA or CUSUM chart. |
| Rules | Emitted when rule evaluation detects one or more violations. |