ControlChart.DiagnoseCore Method

When overridden in a derived class, produces chart-specific diagnostics. Called by Diagnose() after state validation.

Definition

Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
protected abstract DiagnosticReport DiagnoseCore()

Return Value

DiagnosticReport
A DiagnosticReport describing any diagnostics for the current state.

See Also