|
|
(4 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| ==Exponential Probability Density Function==
| | #REDIRECT [[The Exponential Distribution]] |
| ===The Two-Parameter Exponential Distribution===
| |
| The two-parameter exponential ''pdf'' is given by:
| |
| | |
| ::<math>f(T)=\lambda {{e}^{-\lambda (T-\gamma )}},f(T)\ge 0,\lambda >0,T\ge 0\text{ or }\gamma </math>
| |
| | |
| where <math>\gamma </math> is the location parameter.
| |
| Some of the characteristics of the two-parameter exponential distribution are [19]:
| |
| #The location parameter, <math>\gamma </math>, if positive, shifts the beginning of the distribution by a distance of <math>\gamma </math> to the right of the origin, signifying that the chance failures start to occur only after <math>\gamma </math> hours of operation, and cannot occur before.
| |
| #The scale parameter is <math>\tfrac{1}{\lambda }=\bar{T}-\gamma =m-\gamma </math>.
| |
| #The exponential <math>pdf</math> has no shape parameter, as it has only one shape.
| |
| #The distribution starts at <math>T=\gamma </math> at the level of <math>f(T=\gamma )=\lambda </math> and decreases thereafter exponentially and monotonically as <math>T</math> increases beyond <math>\gamma </math> and is convex.
| |
| #As <math>T\to \infty </math>, <math>f(T)\to 0</math>.
| |
| <br>
| |
| ===The One-Parameter Exponential Distribution===
| |
| The one-parameter exponential <math>pdf</math> is obtained by setting <math>\gamma =0</math>, and is given by:
| |
| | |
| ::<math> \begin{align}f(T)= & \lambda {{e}^{-\lambda T}}=\frac{1}{m}{{e}^{-\tfrac{1}{m}T}},
| |
| & T\ge 0, \lambda >0,m>0
| |
| \end{align}
| |
| </math>
| |
| | |
| :where:
| |
| | |
| | |
| This distribution requires the knowledge of only one parameter, <math>\lambda </math>, for its application. Some of the characteristics of the one-parameter exponential distribution are [19]:
| |
| :#The location parameter, <math>\gamma </math>, is zero.
| |
| :#The scale parameter is <math>\tfrac{1}{\lambda }=m</math>.
| |
| :#As <math>\lambda </math> is decreased in value, the distribution is stretched out to the right, and as <math>\lambda </math> is increased, the distribution is pushed toward the origin.
| |
| :#This distribution has no shape parameter as it has only one shape, i.e. the exponential, and the only parameter it has is the failure rate, <math>\lambda </math>.
| |
| :#The distribution starts at <math>T=0</math> at the level of <math>f(T=0)=\lambda </math> and decreases thereafter exponentially and monotonically as <math>T</math> increases, and is convex.
| |
| :#As <math>T\to \infty </math> , <math>f(T)\to 0</math>.
| |
| :#The <math>pdf</math> can be thought of as a special case of the Weibull <math>pdf</math> with <math>\gamma =0</math> and <math>\beta =1</math>.
| |