F 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 F distribution.
d_F(alpha, beta)
alpha |
The strictly positive parameter of the F distribution ( |
beta |
The strictly positive parameter of the F distribution ( |
The following is the probability density function of the F distribution:
f(x)=\frac{1}{B(\frac{\alpha}{2},\frac{\beta}{2})}\left(\frac{\alpha}{\beta}\right)^{\frac{\alpha}{2}}x^{\frac{\alpha}{2}-1}\left(1+\frac{\alpha}{\beta}x\right)^{-\left(\frac{\alpha+\beta}{2}\right)},
where x > 0
, \alpha > 0
and \beta > 0
.
d_F 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 F 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_gamma
d_F(2,10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.