Skip to content

Kolmogorov-Smirnov test

3 messages · mathallan, Richardson, Patrick, Andrew Dolman

#
I got a distribution function and a empirical distribution function. How do I
make to Kolmogorov-Smirnov test in R.

Lets call the empirical distribution function >Fn on [0,1]
                   and the distribution function >F  on [0,1]

ks.test(              )

thanks for the help
#
This is the third homework question you have asked the list to do for you. How many more should we expect?

The posting guide is pretty clear in that:  " Basic statistics and classroom homework: R-help is not intended for these." 


-----Original Message-----
From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org] On Behalf Of mathallan
Sent: Wednesday, April 29, 2009 10:52 AM
To: r-help at r-project.org
Subject: [R] Kolmogorov-Smirnov test


I got a distribution function and a empirical distribution function. How do I
make to Kolmogorov-Smirnov test in R.

Lets call the empirical distribution function >Fn on [0,1]
                   and the distribution function >F  on [0,1]

ks.test(              )

thanks for the help