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. | |
Variables | |
const double | f1 = 0.001 |
const double | f2 = 1.0e-8 |
Probability used in Kolmogorov-Smirnov test.
Definition in file pdf1d_prob_ks.cxx.
double pdf1d_prob_ks | ( | double | x | ) |
Probability used in Kolmogorov-Smirnov test.
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.
const double f1 = 0.001 |
Definition at line 10 of file pdf1d_prob_ks.cxx.
const double f2 = 1.0e-8 |
Definition at line 11 of file pdf1d_prob_ks.cxx.