Log-normal 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 log-normal distribution.
d_lnormal(mu, sigma)
mu |
The location parameter ( |
sigma |
The strictly positive scale parameter of the log-normal distribution ( |
The following is the probability density function of the log-normal distribution:
f(x)=\frac{1}{x\sigma\sqrt{2\pi}}e^{-\frac{\left(\log(x)-\mu\right)^{2}}{2\sigma^{2}}},
where x > 0
, \mu\in\left(-\infty,+\infty\right)
and \sigma > 0
.
d_lnormal gives 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 log-normal distribution.
Muhammad Imran.
R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.
Johnson, N. L., Kotz, S., & Balakrishnan, N. (1995). Continuous Univariate Distributions, Volume 1, Chapter 14. Wiley, New York.
d_normal
d_lnormal(1,0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.