CapabilityAssumptionDiagnostics.Normality Property

Gets the result of the normality test applied to the observation set, or null when normality testing was not performed.

Definition

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

Property Value

NormalityTestResult

See Also