Gaminv
Gaminv-func
Definition:
computes the inverse of Gamma cdf at
, with parameters
and
.
The deviate,
, associated with the lower tail probability
of the
distribution with
degrees of freedom is defined as the solution to
/math-030b3e14043daaad60b3fc01450c00c4.png)
.
Parameters:
(input, double)
- the probability,
, from the required Gamma distribution./math-c1d9f56d362ea256008a036609369e26.png)
(input, double)
- the shape parameter
of the gamma distribution, must be positive(
).
(input, double)
- the scale parameter
of the gamma distribution , must be positive(
).
(output, double)
- the deviate,
/math-376e32af2f5a6dc0d67450d303b4ade6.png)