G102: Kolmogorov Distribution

Author(s): F. James, K.S. Kölbig Library: MATHLIB
Submitter: Submitted: 15.10.1976
Language: Fortran Revised: 15.03.1993

Function subprogram PROBKL calculates the Kolmogorov distribution function

displaymath64

for real arguments X.

Structure:

FUNCTION subprogram
User Entry Name: PROBKL

Usage:

In any arithmetic expression,

PROBKL(X) has the value tex2html_wrap_inline68 ,

where PROBKL and X are of type REAL.

Method:

Direct evaluation or using functional relations.

Accuracy:

Approximately seven digits are correct. Results smaller than tex2html_wrap_inline70 (corresponding to X > 6.8116) are set to zero. Note that the above formula has a statistical meaning only for "large" N (>10).

Notes:

  1. For an experimental distribution with N events and a maximum deviation tex2html_wrap_inline78 from a hypothetical distribution, tex2html_wrap_inline80 with tex2html_wrap_inline82 gives the confidence level for the null hypothesis.
  2. To compare two experimental distributions with M and N events, respectively, one may use tex2html_wrap_inline88 .
tex2html_wrap_inline90

Michel Goossens Wed Jun 5 06:07:03 METDST 1996