Kolmogorov.h
Go to the documentation of this file.
1 #ifndef _utl_Kolmogorov_h_
2 #define _utl_Kolmogorov_h_
3 
4 
5 
6 namespace utl {
7 
26  double KolmogorovProbability(const int n, const double kolmogorovDistance);
27 
28  double KolmogorovProbability(const int n1, const int n2, const double kolmogorovDistance);
29 
30 }
31 
32 
33 #endif
34 
35 // Configure (x)emacs for this file ...
36 // Local Variables:
37 // mode: c++
38 // End:
double KolmogorovProbability(const double effectiveN, const double kolmogorovDistance)
Definition: Kolmogorov.cc:10

, generated on Tue Sep 26 2023.