comparison scripts/statistics/distributions/gamcdf.m @ 5642:2618a0750ae6

[project @ 2006-03-06 21:26:48 by jwe]
author jwe
date Mon, 06 Mar 2006 21:26:54 +0000
parents 691de3e3c2f8
children 34f96dd5441b
comparison
equal deleted inserted replaced
5641:eb998631a4aa 5642:2618a0750ae6
20 ## -*- texinfo -*- 20 ## -*- texinfo -*-
21 ## @deftypefn {Function File} {} gamcdf (@var{x}, @var{a}, @var{b}) 21 ## @deftypefn {Function File} {} gamcdf (@var{x}, @var{a}, @var{b})
22 ## For each element of @var{x}, compute the cumulative distribution 22 ## For each element of @var{x}, compute the cumulative distribution
23 ## function (CDF) at @var{x} of the Gamma distribution with parameters 23 ## function (CDF) at @var{x} of the Gamma distribution with parameters
24 ## @var{a} and @var{b}. 24 ## @var{a} and @var{b}.
25 ## @seealso{gamma, gammaln, gammainc, gampdf, gaminv, gamrnd}
25 ## @end deftypefn 26 ## @end deftypefn
26 ##
27 ## @seealso{gamma, gammaln, gammainc, gampdf, gaminv, gamrnd}
28 27
29 ## Author: TT <Teresa.Twaroch@ci.tuwien.ac.at> 28 ## Author: TT <Teresa.Twaroch@ci.tuwien.ac.at>
30 ## Description: CDF of the Gamma distribution 29 ## Description: CDF of the Gamma distribution
31 30
32 function cdf = gamcdf (x, a, b) 31 function cdf = gamcdf (x, a, b)