Chen 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 Chen distribution.
d_chen(k, c)
k |
The strictly positive shape parameter of the Chen distribution ( |
c |
The strictly positive scale parameter of the Chen distribution ( |
The following is the probability density function of the Chen distribution:
f(x)=ckx^{k-1}e^{x^{k}}e^{c-ce^{x^{k}}},
where x > 0
, c > 0
and k > 0
.
d_chen 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 Chen distribution.
Muhammad Imran.
R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.
Chen, Z. (2000). A new two-parameter lifetime distribution with bathtub shape or increasing failure rate function. Statistics & Probability Letters, 49(2), 155–161.
d_wei, d_EE, d_EW
d_chen(0.2,0.2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.