I need to find the inverse of the gamma cumulative distribution. I know there is GAMMA.INV(probability,alpha,beta) function just to do that in excel. How can I achieve this in R language?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
|
In R, for most probability distributions,
there are four functions, called d, p, q, r,
(e.g., For the Gamma distribution, the inverse of the cumulative distribution function is therefore |
|||
|
|