Perform the Shapiro-Wilk test for normality.
The Shapiro-Wilk test tests the null hypothesis that the data was drawn from a normal distribution.
Parameters : | x : array_like
a : array_like, optional
reta : bool, optional
|
---|---|
Returns : | W : float
p-value : float
a : array_like, optional
|
See also
References
[R199] | http://www.itl.nist.gov/div898/handbook/prc/section2/prc213.htm |