cdfggamma | R Documentation |
Cumulative distribution function of the generalized gamma distribution
cdfggamma(par, x)
par |
parameter vector of the generalized gamma distribution. First parameter is the dispersion, second is the location parameter and third is the family parameter. |
x |
vector of observations or single value |
return the value of the pdf of the generalized gamma distribution
Stacy, E. W. (1962). A generalization of the gamma distribution. The Annals of mathematical statistics, 1187-1192.
pdfggamma(c(2,5,3),3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.