diff scripts/statistics/distributions/gaminv.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/gaminv.m	Sat Mar 04 22:21:01 2006 +0000
+++ b/scripts/statistics/distributions/gaminv.m	Mon Mar 06 21:26:54 2006 +0000
@@ -21,10 +21,9 @@
 ## @deftypefn {Function File} {} gaminv (@var{x}, @var{a}, @var{b})
 ## For each component of @var{x}, compute the quantile (the inverse of
 ## the CDF) at @var{x} of the Gamma distribution with parameters @var{a}
-## and @var{b}. 
+## and @var{b}.
+## @seealso{gamma, gammaln, gammainc, gampdf, gamcdf, gamrnd}
 ## @end deftypefn
-##
-## @seealso{gamma, gammaln, gammainc, gampdf, gamcdf, gamrnd}
 
 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>
 ## Description: Quantile function of the Gamma distribution