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