NormalityTestResult.RejectsNormality Property

Gets a value indicating whether the test rejects the null hypothesis of normality at the requested significance level. Equivalent to PValue < SignificanceLevel.

Definition

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

Property Value

Boolean

See Also