One |
The OneSampleAndersonDarlingTest type exposes the following members.
| Name | Description | |
|---|---|---|
| Alpha | Gets and sets the alpha level associated with this hypothesis test. | |
| DefaultAlpha | Default alpha level | |
| Error | Error message if the Anderson-Darling test fails on the provided data | |
| IsGood | If the test statistic cannot be derived then IsGood is set to false. Otherwise, IsGood is true. | |
| N | Gets the sample size. | |
| P | Gets the p-value associated with the test statistic. | |
| Reject | Tests whether the null hypothesis can be rejected using the current alpha level. | |
| S | Sample standard deviation. | |
| Statistic | Test statistic associated with this hypothesis test (A). | |
| StatisticStar | Modified Anderson Darling statistic used to derive P (A*) | |
| Xbar | Sample mean. |