Click or drag to resize

OneSampleAndersonDarlingTest Properties

The OneSampleAndersonDarlingTest type exposes the following members.

Properties
 NameDescription
Public propertyAlpha Gets and sets the alpha level associated with this hypothesis test.
Public propertyStatic memberDefaultAlpha Default alpha level
Public propertyError Error message if the Anderson-Darling test fails on the provided data
Public propertyIsGood If the test statistic cannot be derived then IsGood is set to false. Otherwise, IsGood is true.
Public propertyN Gets the sample size.
Public propertyP Gets the p-value associated with the test statistic.
Public propertyReject Tests whether the null hypothesis can be rejected using the current alpha level.
Public propertyS Sample standard deviation.
Public propertyStatistic Test statistic associated with this hypothesis test (A).
Public propertyStatisticStar Modified Anderson Darling statistic used to derive P (A*)
Public propertyXbar Sample mean.
Top
See Also