Control Chart.Diagnose Core 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#
A DiagnosticReport describing any diagnostics for the current state.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
protected abstract DiagnosticReport DiagnoseCore()Return Value
DiagnosticReportA DiagnosticReport describing any diagnostics for the current state.