Lillifors test for normality,
Kolmogorov Smirnov test with estimated mean and variance
Parameters: | x : array_like, 1d
pvalmethod : ‘approx’, ‘table’
|
---|---|
Returns: | ksstat : float
pvalue : float
|
Notes
Reported power to distinguish normal from some other distributions is lower than with the Anderson-Darling test.
could be vectorized