Probability used in Kolmogorov-Smirnov test. More...
Go to the source code of this file.
Functions | |
double | pdf1d_prob_ks (double x) |
Probability used in Kolmogorov-Smirnov test. |
Probability used in Kolmogorov-Smirnov test.
Definition in file pdf1d_prob_ks.h.
double pdf1d_prob_ks | ( | double | x | ) |
Probability used in Kolmogorov-Smirnov test.
This is used to compute the prob. that the maximum difference between two cumulative distributions is larger than x.
This is the prob. that the maximum difference between two cumulative distributions is larger than x.
Definition at line 16 of file pdf1d_prob_ks.cxx.