contrib/mul/pdf1d/pdf1d_prob_ks.h
Go to the documentation of this file.
00001 #ifndef pdf1d_prob_ks_h
00002 #define pdf1d_prob_ks_h
00003 //:
00004 // \file
00005 // \author Tim Cootes
00006 // \brief Probability used in Kolmogorov-Smirnov test
00007 
00008 //: Probability used in Kolmogorov-Smirnov test
00009 //  This is used to compute the prob. that the maximum difference between two cumulative
00010 //  distributions is larger than x.
00011 double pdf1d_prob_ks(double x);
00012 
00013 #endif // pdf1d_prob_ks_h