Shapiro |
The ShapiroWilkTest type exposes the following members.
| Name | Description | |
|---|---|---|
| Alpha | Gets and sets the alpha level associated with this hypothesis test. | |
| Data | Data used to calculate the Shapiro Wilk test statistic. The data is modified for calculation by removing NaNs and sorting. | |
| DefaultAlpha | Gets and sets the default alpha level associated with the PearsonChiSquareTest. Used to determine whether or not to reject the null hypothesis. | |
| DefaultType | Gets and sets the default alpha level associated with the PearsonChiSquareTest. Used to determine whether or not to reject the null hypothesis. | |
| N | Gets the sample size. | |
| P | Gets the p-value associated with the test statistic. | |
| Reject | Returns true if the null hypothesis can be rejected, using the current hypothesis type and alpha level; otherwise, false. | |
| S | Gets the sample standard deviation. | |
| Statistic | Shapiro Wilk Test statistic, generally referred to as W | |
| Type | Hypothesis type | |
| Xbar | Sample mean |