cdfgamma | R Documentation |
Cumulative distribution function of the Gamma distribution
cdfgamma(par, x)
par |
parameter vector of the gamma distribution. First parameter is the shape and second is the scale parameter |
x |
vector of quantiles |
return the value of the cdf of the gamma distribution
Johnson, N. L., Kotz, S. and Balakrishnan, N. (1995) Continuous Univariate Distributions, volume 1, chapter 21. Wiley, New York.
cdfgamma(c(2,3),5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.