ControlChart.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#
public DiagnosticReport Diagnose()

Return Value

DiagnosticReport
A DiagnosticReport describing any diagnostics associated with the current phase-I data or analysis.

Exceptions

InvalidOperationException The chart is in the Deployed state. Diagnostics are only available for Unfitted or Fitted charts.

See Also