---
title: "Rayleigh"
canonical: "https://modelassist.epixanalytics.com/space/EA/26575252/Rayleigh"
format: markdown
---
Rayleigh(b) - no Crystal Ball distribution = Weibull(b√2,2)

[Rayleigh equations](https://epixanalytics.atlassian.net/wiki/spaces/EA/pages/26576400/)

 

 

Originally derived by Lord Rayleigh (or by his less glamorous name J.W. Strutt) in the field of acoustics.

 

The graph below shows various Rayleigh distributions. The distribution in black is a Rayleigh(1), sometimes referred to as the standard Rayleigh distribution.

 

 

![image](media://80bb6622-6208-41ee-88a4-6ada2fd2e21c)

 

 

#### Uses

The Rayleigh distribution is frequently used to model wave heights in oceanography, and in communication theory to describe hourly median and instantaneous peak power of received radio signals.

 

The distance from one individual to its nearest neighbor when the spatial pattern is generated by a [Poisson](https://epixanalytics.atlassian.net/wiki/spaces/EA/pages/26575214/) distribution follows a Rayleigh distribution. This [example](https://epixanalytics.atlassian.net/wiki/spaces/EA/pages/26575634/) shows how that turns out to be very useful.

 

Consider the location of an object in two dimensions {x,y} relative to some point at location {0,0}. Imagine that x = Normal(0,s) and y = x = Normal(0,s) , where the two distributions are independent. Then the distance of the object from point {0,0} is given by a Rayleigh(s) distribution. In other words, SQRT( Normal(0,s)^2 + Normal(0,s)^2 ) = Rayleigh(s)

 

The Rayleigh distribution is a special case of the [Weibull](https://epixanalytics.atlassian.net/wiki/spaces/EA/pages/26575257/) distribution since Rayleigh(b) = Weibull(2, b√2), and as such is a suitable distribution for modeling the lifetime of a device that has a linearly increasing [instantaneous failure rate](https://epixanalytics.atlassian.net/wiki/spaces/EA/pages/26575632/): z(x) = x/b<sup>2</sup>.  

#### Construction

The Rayleigh distribution can be modeled with the use of the [Weibull](https://epixanalytics.atlassian.net/wiki/spaces/EA/pages/26575257/) distribution using the following:

 

Rayleigh(b) = Weibull(2, b√2),

#### Comments

Other identities: [Rayleigh (1)]<sup>2</sup> = ChiSq (2) and [Rayleigh(β)]<sup>2</sup> = Expon(1/(2β<sup>2</sup>)).

 

 

 

 

---