pdfinvgamma | R Documentation |
Probability density function of the inverse gamma distribution
pdfinvgamma(par, x)
par |
parameter vector of the inverse gamma distribution. First parameter is the shape, second is the rate parameter. |
x |
vector of observations or single value |
return the value of the pdf of the inverse gamma distribution
Cook, J. D. (2008). Inverse gamma distribution. online: http://www. johndcook. com/inverse gamma. pdf, Tech. Rep.
pdfinvgamma(c(2,5,3),3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.