Reciprocal distribution

From HandWiki
Short description: Statistical distribution
Reciprocal
Probability density function
Probability density function
Cumulative distribution function
Cumulative distribution function
Parameters [math]\displaystyle{ 0 \lt a \lt b, a, b \in \R }[/math]
Support [math]\displaystyle{ [ a , b ] }[/math]
PDF [math]\displaystyle{ \frac1{x\ln\frac ba} }[/math]
CDF [math]\displaystyle{ \frac{\ln\frac xa}{\ln\frac ba} }[/math]
Mean [math]\displaystyle{ \frac{b-a}{\ln\frac ba} }[/math]
Median [math]\displaystyle{ \sqrt{ab} }[/math]
Variance [math]\displaystyle{ \frac{b^2-a^2}{2\ln\frac ba}-\left(\frac{b-a}{\ln\frac ba}\right)^2 }[/math]

In probability and statistics, the reciprocal distribution, also known as the log-uniform distribution, is a continuous probability distribution. It is characterised by its probability density function, within the support of the distribution, being proportional to the reciprocal of the variable.

The reciprocal distribution is an example of an inverse distribution, and the reciprocal (inverse) of a random variable with a reciprocal distribution itself has a reciprocal distribution.

Definition

The probability density function (pdf) of the reciprocal distribution is

[math]\displaystyle{ f( x; a,b ) = \frac{ 1 }{ x [ \ln( b ) - \ln( a ) ]} \quad \text{ for } a \le x \le b \text{ and } a \gt 0. }[/math]

Here, [math]\displaystyle{ a }[/math] and [math]\displaystyle{ b }[/math] are the parameters of the distribution, which are the lower and upper bounds of the support, and [math]\displaystyle{ \ln }[/math] is the natural log. The cumulative distribution function is

[math]\displaystyle{ F( x ; a,b) = \frac{ \ln( x ) - \ln( a ) }{ \ln( b ) - \ln( a ) } \quad \text{ for } a \le x \le b. }[/math]

Characterization

Relationship between the log-uniform and the uniform distribution

Histogram and log-histogram of random deviates from the reciprocal distribution

A positive random variable X is log-uniformly distributed if the logarithm of X is uniform distributed,

[math]\displaystyle{ \ln(X) \sim \mathcal U(\ln(a), \ln(b)). }[/math]

This relationship is true regardless of the base of the logarithmic or exponential function. If [math]\displaystyle{ \log_a(Y) }[/math] is uniform distributed, then so is [math]\displaystyle{ \log_b(Y) }[/math], for any two positive numbers [math]\displaystyle{ a,b\neq 1 }[/math]. Likewise, if [math]\displaystyle{ e^X }[/math] is log-uniform distributed, then so is [math]\displaystyle{ a^X }[/math], where [math]\displaystyle{ 0 \lt a \neq 1 }[/math].

Applications

The reciprocal distribution is of considerable importance in numerical analysis, because a computer’s arithmetic operations transform mantissas with initial arbitrary distributions into the reciprocal distribution as a limiting distribution.[1]

References

  1. Hamming R. W. (1970) "On the distribution of numbers", The Bell System Technical Journal 49(8) 1609–1625