Click or drag to resize

ShapiroWilkTest Properties

The ShapiroWilkTest type exposes the following members.

Properties
 NameDescription
Public propertyAlpha Gets and sets the alpha level associated with this hypothesis test.
Public propertyData Data used to calculate the Shapiro Wilk test statistic. The data is modified for calculation by removing NaNs and sorting.
Public propertyStatic memberDefaultAlpha Gets and sets the default alpha level associated with the PearsonChiSquareTest. Used to determine whether or not to reject the null hypothesis.
Public propertyStatic memberDefaultType Gets and sets the default alpha level associated with the PearsonChiSquareTest. Used to determine whether or not to reject the null hypothesis.
Public propertyN Gets the sample size.
Public propertyP Gets the p-value associated with the test statistic.
Public propertyReject Returns true if the null hypothesis can be rejected, using the current hypothesis type and alpha level; otherwise, false.
Public propertyS Gets the sample standard deviation.
Public propertyStatistic Shapiro Wilk Test statistic, generally referred to as W
Public propertyType Hypothesis type
Public propertyXbar Sample mean
Top
See Also