Laplace distribution | R Documentation |
Compute the first four ordinary moments, central moments, mean, and variance, Pearson's coefficient of skewness and kurtosis, coefficient of variation, median and quartile deviation based on the selected parametric values of the Laplace distribution.
d_lap(alpha, beta)
alpha |
Location parameter of the Laplace distribution ( |
beta |
The strictly positive scale parameter of the Laplace distribution ( |
The following is the probability density function of the Laplace distribution:
f(x)=\frac{1}{2\beta}e^{\frac{-|x-\alpha|}{\beta}},
where x\in\left(-\infty,+\infty\right)
, \alpha\in\left(-\infty,+\infty\right)
and \beta > 0
.
d_lap gives the first four ordinary moments, central moments, mean, variance, Pearson's coefficient of skewness, kurtosis, coefficient of variation, median and quartile deviation at some parametric values based on the Laplace distribution.
Muhammad Imran.
R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.
Cordeiro, G. M., & Lemonte, A. J. (2011). The beta Laplace distribution. Statistics & Probability Letters, 81(8), 973-982.
d_normal
d_lap(2,4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.