comparison scripts/statistics/distributions/kolmogorov_smirnov_cdf.m @ 6754:451b346d8c2f

[project @ 2007-06-25 17:31:46 by jwe]
author jwe
date Mon, 25 Jun 2007 17:31:47 +0000
parents 34f96dd5441b
children 93c65f2a5668
comparison
equal deleted inserted replaced
6753:a5c64dad5b93 6754:451b346d8c2f
20 ## -*- texinfo -*- 20 ## -*- texinfo -*-
21 ## @deftypefn {Function File} {} kolmogorov_smirnov_cdf (@var{x}, @var{tol}) 21 ## @deftypefn {Function File} {} kolmogorov_smirnov_cdf (@var{x}, @var{tol})
22 ## Return the CDF at @var{x} of the Kolmogorov-Smirnov distribution, 22 ## Return the CDF at @var{x} of the Kolmogorov-Smirnov distribution,
23 ## @iftex 23 ## @iftex
24 ## @tex 24 ## @tex
25 ## $$ Q(x) = sum_{k=-\infty}^\infty (-1)^k exp(-2 k^2 x^2) $$ 25 ## $$ Q(x) = \sum_{k=-\infty}^\infty (-1)^k \exp(-2 k^2 x^2) $$
26 ## @end tex 26 ## @end tex
27 ## @end iftex 27 ## @end iftex
28 ## @ifinfo 28 ## @ifinfo
29 ## @example 29 ## @example
30 ## Inf 30 ## Inf