plaplace | R Documentation |
The plaplace
returns the Cumulative Distribution Function at point x
for the Laplace distribution with parameters a
and m
.
plaplace(x, m = 0, a = 1)
x |
(numeric) - value in the range |
m |
(numeric) - location parameter. |
a |
(numeric) - scale parameter. Must be in the range |
The Laplace distribution is a distribution controlled by two parameters, with formula:
f(x;a,m) = \frac{1}{2a} e^{- \left| \frac{x-m}{a} \right| }
where a
is a scale parameter, and m
is a location parameter.
a vector containing the values for the probabilities.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.