ProcessAnalysisResult<TChartData>.Assumptions Property

Gets the capability assumption diagnostics, or null when assumption diagnostics were not requested for the workflow.

Definition

Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
public CapabilityAssumptionDiagnostics? Assumptions { get; }

Property Value

CapabilityAssumptionDiagnostics

Remarks

This property is populated only when assumption diagnostics were explicitly requested. It carries the normality test result and any advisory messages relevant to the normal-model interpretation of the capability analysis.

Assumption diagnostics are additive and advisory. Their absence does not imply that all assumptions are satisfied; they are simply not computed unless the caller requests them.

See Also