comparison scripts/deprecated/gamma_inv.m @ 5428:2a16423e4aa0

[project @ 2005-08-23 18:38:27 by jwe]
author jwe
date Tue, 23 Aug 2005 18:38:28 +0000
parents bee21f388110
children 4775fc1aa728
comparison
equal deleted inserted replaced
5427:a92afe70fb8d 5428:2a16423e4aa0
22 ## For each component of @var{x}, compute the quantile (the inverse of 22 ## For each component of @var{x}, compute the quantile (the inverse of
23 ## the CDF) at @var{x} of the Gamma distribution with parameters @var{a} 23 ## the CDF) at @var{x} of the Gamma distribution with parameters @var{a}
24 ## and @var{b}. 24 ## and @var{b}.
25 ## @end deftypefn 25 ## @end deftypefn
26 26
27 ## Author: KH <Kurt.Hornik@ci.tuwien.ac.at> 27 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>
28 ## Description: Quantile function of the Gamma distribution 28 ## Description: Quantile function of the Gamma distribution
29 29
30 function inv = gamma_inv (varargin) 30 function inv = gamma_inv (varargin)
31 31
32 inv = gaminv (varargin{:}); 32 inv = gaminv (varargin{:});