Samiksha Jaiswal (Editor)

Nakagami distribution

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Median
  
No simple closed form

Nakagami distribution

Parameters
  
m   o r   μ >= 0.5 {\displaystyle m\ or\ \mu >=0.5} shape (real) Ω   o r   ω > 0 {\displaystyle \Omega \ or\ \omega >0} spread (real)

Support
  
x > 0 {\displaystyle x>0\!}

PDF
  
2 m m Γ ( m ) Ω m x 2 m − 1 exp ⁡ ( − m Ω x 2 ) {\displaystyle {\frac {2m^{m}}{\Gamma (m)\Omega ^{m}}}x^{2m-1}\exp \left(-{\frac {m}{\Omega }}x^{2}\right)}

CDF
  
γ ( m , m Ω x 2 ) Γ ( m ) {\displaystyle {\frac {\gamma \left(m,{\frac {m}{\Omega }}x^{2}\right)}{\Gamma (m)}}}

Mean
  
Γ ( m + 1 2 ) Γ ( m ) ( Ω m ) 1 / 2 {\displaystyle {\frac {\Gamma (m+{\frac {1}{2}})}{\Gamma (m)}}\left({\frac {\Omega }{m}}\right)^{1/2}}

The Nakagami distribution or the Nakagami-m distribution is a probability distribution related to the gamma distribution. It has two parameters: a shape parameter m 1 / 2 and a second parameter controlling spread Ω > 0 .

Contents

Characterization

Its probability density function (pdf) is

f ( x ; m , Ω ) = 2 m m Γ ( m ) Ω m x 2 m 1 exp ( m Ω x 2 ) , x 0.     ( m 1 / 2 ,  and  Ω > 0 )

Its cumulative distribution function is

F ( x ; m , Ω ) = P ( m , m Ω x 2 )

where P is the incomplete gamma function (regularized).

Differential equation

{ x Ω f ( x ) + f ( x ) ( 2 m x 2 2 m Ω + Ω ) = 0 , f ( 1 ) = 2 m m e m Ω Ω m Γ ( m ) }

Parameter estimation

The parameters m and Ω are

m = E 2 [ X 2 ] Var [ X 2 ] ,

and

Ω = E [ X 2 ] .

An alternative way of fitting the distribution is to re-parametrize Ω and m as σ = Ω/m and m. Then, by taking the derivative of log likelihood with respect to each of the new parameters, the following equations are obtained and these can be solved using the Newton-Raphson method:

Γ ( m ) = x 2 m σ m ,

and

σ = x 2 m

It is reported by authors that modelling data with Nakagami distribution and estimating parameters by above mention method results in better performance for low data regime compared to moments based methods.

Generation

The Nakagami distribution is related to the gamma distribution. In particular, given a random variable Y Gamma ( k , θ ) , it is possible to obtain a random variable X Nakagami ( m , Ω ) , by setting k = m , θ = Ω / m , and taking the square root of Y :

X = Y .

Alternatively, the Nakagami distribution f ( y ; m , Ω ) can be generated from the chi distribution with parameter k set to 2 m and then following it by a scaling transformation of random variables. That is, a Nakagami random variable X is generated by a simple scaling transformation on a Chi-distributed random variable Y χ ( 2 m ) as below.

X = ( Ω / 2 m ) Y .

But it should be noted that for a Chi-distribution, the degrees of freedom 2 m must be an integer, but for Nakagami the m can be any real number greater than 1/2. This is the critical difference and accordingly, Nakagami-m is viewed as a generalization of Chi-distribution.

Finally, there is also a more efficient generation method using efficient rejection-sampling.

History and applications

The Nakagami distribution is relatively new, being first proposed in 1960. It has been used to model attenuation of wireless signals traversing multiple paths.

  • Restricting m to the unit interval (q = m; 0 < q < 1) defines the Nakagami-q distribution, also known as Hoyt distribution.
  • "The radius around the true mean in a bivariate normal random variable, re-written in polar coordinates (radius and angle), follows a Hoyt distribution. Equivalently, the modulus of a complex normal random variable does."

    References

    Nakagami distribution Wikipedia