Logistic 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 logistic distribution.
d_logis(mu, sigma)
mu |
Location parameter of the logistic distribution ( |
sigma |
The strictly positive scale parameter of the logistic distribution ( |
The following is the probability density function of the logistic distribution:
f(x)=\frac{e^{-\frac{\left(x-\mu\right)}{\sigma}}}{\sigma\left(1+e^{-\frac{\left(x-\mu\right)}{\sigma}}\right)^{2}},
where x\in\left(-\infty,+\infty\right)
, \mu\in\left(-\infty,+\infty\right)
and \sigma > 0
.
d_logis 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 logistic distribution.
Muhammad Imran.
R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.
Johnson, N. L., Kotz, S., & Balakrishnan, N. (1995). Continuous univariate distributions, Volume 2 (Vol. 289). John Wiley & Sons.
d_lnormal
d_logis(4,0.2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.