diff 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
line wrap: on
line diff
--- a/scripts/statistics/distributions/gamcdf.m	Sat Mar 04 22:21:01 2006 +0000
+++ b/scripts/statistics/distributions/gamcdf.m	Mon Mar 06 21:26:54 2006 +0000
@@ -22,9 +22,8 @@
 ## For each element of @var{x}, compute the cumulative distribution
 ## function (CDF) at @var{x} of the Gamma distribution with parameters
 ## @var{a} and @var{b}.
+## @seealso{gamma, gammaln, gammainc, gampdf, gaminv, gamrnd}
 ## @end deftypefn
-##
-## @seealso{gamma, gammaln, gammainc, gampdf, gaminv, gamrnd}
 
 ## Author: TT <Teresa.Twaroch@ci.tuwien.ac.at>
 ## Description: CDF of the Gamma distribution