Functions
contrib/mul/pdf1d/pdf1d_prob_ks.h File Reference

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.

Detailed Description

Probability used in Kolmogorov-Smirnov test.

Author:
Tim Cootes

Definition in file pdf1d_prob_ks.h.


Function Documentation

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.