View source: R/distributions.R
Log probability density function for the gamma distribution
1 | gamma_lpdf(x, shape, scale)
|
Equivalent to sum(dgamma(x,shape,scale,log=TRUE))). For more information see dgamma.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.