PDF of a function formed by adding a gamma distribution to a symmetrical exponential distribution. This means simply adding a PDF for a gamma minus an exponential to the PDF for a gamma plus an exponential.
1 2 | dgammadexp(z, mean, sd, lambda, draws = 10000, div = 0.1,
xrange = c(-10, 30), graphit = F)
|
z |
A numeric vector. |
mean, sd |
The mean and sd of the gamma. |
lambda |
Rate of the exponential. |
graphit |
Logical; if |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.