NormalityTestResult Properties

Properties

PValue Gets the p-value associated with the test statistic under the null hypothesis of normality.
RejectsNormality Gets a value indicating whether the test rejects the null hypothesis of normality at the requested significance level. Equivalent to PValue < SignificanceLevel.
SignificanceLevel Gets the significance level that was used to determine RejectsNormality. Expressed as a probability in (0, 1).
Statistic Gets the computed test statistic value.
TestName Gets the human-readable name of the normality test that was applied.

See Also