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