gaminv
Gamma inverse cumulative distribution function
Syntax
Description
Examples
Input Arguments
Output Arguments
More About
Algorithms
No known analytical solution exists for the integral equation shown in Gamma icdf.
gaminv
uses an iterative approach (Newton's method) to converge on
the solution.
Alternative Functionality
gaminv
is a function specific to the gamma distribution. Statistics and Machine Learning Toolbox™ also offers the generic functionicdf
, which supports various probability distributions. To useicdf
, create aGammaDistribution
probability distribution object and pass the object as an input argument or specify the probability distribution name and its parameters. Note that the distribution-specific functiongaminv
is faster than the generic functionicdf
.
Extended Capabilities
Version History
Introduced before R2006a