Content deleted Content added
No edit summary |
add some wikilinks and grammar |
||
Line 1:
{{Wikify|date=August 2009}}
In [[probability theory]] and [[statistics]], the '''exponential-logarithmic (EL) distribution''' is a family of lifetime [[probability distribution|distributions]] with
decreasing [[failure rate]], defined on the interval (0, ∞). This distribution is [[Parametric family|parameterized]] by two parameters <math>p\in(0,1)</math> and <math>\beta >0</math>.
<TABLE class="infobox bordered wikitable"
Line 54:
== Introduction ==
The study of lengths of organisms, devices, materials, etc., is of major importance in the [[biological]] and [[engineering]]
The exponential-logarithmic model, together with its various properties, are studied
This model is obtained under the concept of population heterogeneity (through the process of
compounding).
Line 63:
=== Distribution ===
The [[probability density function]] (pdf) of the EL
distribution is monotone decreasing with
modal value <math>\beta(1-p)(-p \ln p)^{-1}</math> at <math>x=0</math>.
For all values of parameters, the pdf is strictly decreasing in
<math>x</math> and tending to zero as <math>x\rightarrow \infty</math>. The EL leads to the
exponential distribution with parameter <math>\beta</math>, as <math>p\rightarrow 1</math>.
The distribution function is given by
:<math>F_X(x;p,\beta)=1-\frac{\ln(1-(1-p) e^{-\beta x})}{\ln p},</math>
and hence, the median is :<math>\mathrm{median}=\frac{\ln(1+\sqrt{p})}{\beta}</math>.
=== Moments ===
The [[moment generating function]] of <math>X</math>
direct integration and is given by
Line 94 ⟶ 95:
software such as Maple.
The moments of <math>X</math>
<math>r\in\mathbb{N}</math>, the raw moments are given by
:<math>E(X^r;p,\beta)=-\frac{r! polylog(r+1,1-p)}{\beta^r\ln p}, r\in\mathbb{N},</math
where <math>polylog(.)</math> is the polylogarithm function
follows (Lewin, 1981) <ref>Lewin, L., 1981, Polylogarithms and Associated Functions, North
Holland, Amsterdam.</ref
:<math>polylog(a, z) =\sum_{k=1}^{\infty}\frac{z^k}{k^a}.</math>
Hence the [[mean]] and [[variance]] of the EL distribution
are given, respectively, by
:<math>E(X)=-\frac{polylog(2,1-p)}{\beta\ln p},</math>
:<math>Var(X)=-\frac{2 polylog(3,1-p)}{\beta^2\ln p}-\frac{ polylog^2(2,1-p)}{\beta^2\ln^2 p}.</math>
=== The survival, hazard and mean residual life functions ===
The [[survival function]] (also known as the reliability
function) and [[hazard function]] (also known as the failure rate
function) of the EL distribution are given, respectively, by
Line 121 ⟶ 122:
: <math>m(x_0;p,\beta)=E(X-x_0|X\geq x_0;\beta,p)=-\frac{\operatorname{dilog}(1-(1-p)e^{-\beta x_0})}{\beta \ln(1-(1-p)e^{-\beta x_0})}</math>
where dilog is the [[dilogarithm]] function defined as follows:
: <math>\operatorname{dilog}(a)=\int_1^a \frac{\ln(x)}{1-x} \, dx.</math>
=== Random number generation ===
Let ''U'' be a [[random
Then the following transformation of ''U'' has the EL distribution with
parameters ''p'' and ''β'':
Line 133 ⟶ 134:
== Estimation of the parameters ==
To estimate the parameters, the [[Expectation-maximization algorithm|EM algorithm]] is used. This method is discussed
: <math>\beta^{(h+1)} = n \left( \sum_{i=1}^n\frac{x_i}{1-(1-p^{(h)})e^{-\beta^{(h)}x_i}} \right)^{-1},</math>
|