Rayleigh Distribution Calculator

Enter a value x and a scale parameter sigma (σ) to compute key Rayleigh distribution statistics. You'll get the probability density function (PDF), cumulative distribution function (CDF), survival function, and distribution measures like mean, variance, and mode — all calculated from your inputs.

The non-negative value at which to evaluate the distribution (x ≥ 0).

The scale parameter σ > 0 that shapes the Rayleigh distribution.

Results

Probability Density Function (PDF)

--

Cumulative Distribution Function (CDF)

--

Survival Function (1 − CDF)

--

Mean (μ)

--

Mode

--

Variance (σ²·(4−π)/2)

--

Standard Deviation

--

Rayleigh PDF Curve

Results Table

Frequently Asked Questions

What is the Rayleigh distribution?

The Rayleigh distribution is a continuous probability distribution named after the English physicist Lord Rayleigh. It commonly arises when a two-dimensional vector has normally distributed, independent, and identically distributed components — its magnitude then follows a Rayleigh distribution. It is widely used in signal processing, wind speed modeling, and wireless communications.

What are the PDF and CDF formulas for the Rayleigh distribution?

The probability density function is f(x, σ) = (x / σ²) · exp(−x² / (2σ²)) for x ≥ 0. The cumulative distribution function is F(x, σ) = 1 − exp(−x² / (2σ²)). Both depend on the scale parameter σ, which controls the spread of the distribution.

How do I interpret sigma (σ) in the Rayleigh distribution?

The scale parameter σ determines the shape and spread of the distribution. A larger σ shifts the distribution to the right, producing higher mean and variance values. It is not the standard deviation of the distribution itself — the actual standard deviation is derived from σ using the formula √((4 − π) / 2) · σ.

What are the mean and variance of the Rayleigh distribution?

The mean of the Rayleigh distribution is σ · √(π / 2), and the mode (the peak of the PDF) equals σ. The variance is σ² · (4 − π) / 2, and the standard deviation is the square root of the variance. These measures all scale directly with the parameter σ.

What is the survival function in the Rayleigh distribution?

The survival function, also called the complementary CDF, is S(x) = 1 − F(x) = exp(−x² / (2σ²)). It represents the probability that the random variable exceeds the value x. In reliability engineering, this is known as the reliability function.

What are real-world applications of the Rayleigh distribution?

The Rayleigh distribution has many practical uses: modeling wind speed distributions in meteorology, describing signal envelope amplitudes in wireless communications (Rayleigh fading), analyzing wave heights in oceanography, and modeling lifetime data in reliability and survival analysis.

Can x be zero or negative in the Rayleigh distribution?

No. The Rayleigh distribution is only defined for x ≥ 0. At x = 0, the PDF equals 0. For negative values of x, the distribution has no probability mass — f(x) = 0. The calculator automatically handles this by requiring x to be non-negative.

How is the Rayleigh distribution related to other distributions?

The Rayleigh distribution is a special case of the Weibull distribution with shape parameter k = 2. It is also related to the chi distribution with 2 degrees of freedom. If X and Y are independent standard normal variables, then √(X² + Y²) follows a Rayleigh distribution with σ = 1.

More Statistics Tools