[SciPy-user] Problem to understand kstest

Pellegrini Eric ericpellegrini at yahoo.fr
Tue Mar 20 08:13:23 EDT 2007


Hi everybody,

I have a set of points for which I would like to know if it follows a normal distribution.
To do so, I would like to perform the KS test. Here is an example:

x = range(1000)
mean = scipy.stats.mean(x)
std = scipy.stats.std(x)
stats.kstest(x,'norm',args=(mean,std))

is it right ?

If yes, how to set up the significance level and what is its default value ?

is it a double-sided test ?

Thank you ery much

Eric Pellegrini



 		
---------------------------------
 Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! Profitez des connaissances, des opinions et des expériences des internautes sur Yahoo! Questions/Réponses.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20070320/766c2a4c/attachment.html>


More information about the SciPy-User mailing list