Probability distributions for a folded but asymmetrical exponential. When
x >= center
, it's a standard exponential. When x < center
, it's the
mirror image of a different exponential; rate1
refers to the right half,
rate2
to the left. The center is not the median: the section x > center
has integral rate2 / (rate1 + rate2)
, and the section
x < center rate1 / (rate1 + rate2)
.
1 |
center |
center Center of the distribution. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.