Control Chart.Diagnose Method
Produces a diagnostic report for the current chart state.
Definition
Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
A DiagnosticReport describing any diagnostics associated with the current phase-I data or analysis.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
public DiagnosticReport Diagnose()Return Value
DiagnosticReportA DiagnosticReport describing any diagnostics associated with the current phase-I data or analysis.
Exceptions
| Invalid | The chart is in the Deployed state. Diagnostics are only available for Unfitted or Fitted charts. |