Previous Up Next

9.4.17  The Kolmogorov-Smirnov distribution: kolmogorovd

The density function for the Kolmogorov-Smirnov distribution is given by

kolmogorovd(x) = 1 − 2
k=1
 (−1)k−1 ek2 x2     (12)

The kolmogorovd command computes this density function.


Example.
Input:

kolmogorovd(1.36)

Output:

0.950514123245

Previous Up Next