diff scripts/statistics/distributions/gaminv.m @ 13949:0c15fece33ad

doc: Clarify binomial and gamma distribution paramters * binocdf.m, binoinv.m, binopdf.m, binornd.m: Clarify that n is the number of trials and p is the probability of success. * gamcdf.m, gaminv.m, gaminv.m, gampdf.m, gamrnd.m: Clarify that a is the shape parameter and b is the scale parameter.
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Sun, 27 Nov 2011 09:01:37 -0500
parents 19b9f17d22af
children 72c96de7a403
line wrap: on
line diff
--- a/scripts/statistics/distributions/gaminv.m	Sun Nov 27 08:15:48 2011 -0500
+++ b/scripts/statistics/distributions/gaminv.m	Sun Nov 27 09:01:37 2011 -0500
@@ -20,8 +20,8 @@
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {} gaminv (@var{x}, @var{a}, @var{b})
 ## For each element 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}.
+## the CDF) at @var{x} of the Gamma distribution with shape parameter
+## @var{a} and scale @var{b}.
 ## @end deftypefn
 
 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>