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 normal distribution.
d_normal(alpha, beta)
alpha |
Location parameter of the normal distribution ( |
beta |
The strictly positive scale parameter of the normal distribution ( |
The following is the probability density function of the normal distribution:
f(x)=\frac{1}{\beta\sqrt{2\pi}}e^{-0.5\left(\frac{x-\alpha}{\beta}\right)^{2}},
where x\in\left(-\infty,+\infty\right)
, \alpha\in\left(-\infty,+\infty\right)
and \beta > 0
. The parameters \alpha
and \beta
represent the mean and standard deviation, respectively.
d_normal 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 normal distribution.
Muhammad Imran.
R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.
Patel, J. K., & Read, C. B. (1996). Handbook of the normal distribution (Vol. 150). CRC Press.
d_lnormal
d_normal(4,0.2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.