Rayleigh Distribution Calculator

Enter the scale parameter σ and x value to explore Rayleigh distribution probabilities and metrics.

PDF f(x): 0.243489

CDF F(x): 0.675348

Survival S(x): 0.324652

Mean: 2.5066

Variance: 1.7168

Mode: 2.0000

Density samples

xf(x)
0.000.000000
0.800.184623
1.600.290460
2.400.292051
3.200.222430
4.000.135335
4.800.067362
5.600.027778
6.400.009562
7.200.002761
8.000.000671

How to Use This Calculator

  1. Provide the Rayleigh scale parameter σ (must be positive).
  2. Enter an x value to evaluate density and cumulative probability.
  3. Review survival probability, mean, variance, and mode.
  4. Use the density samples to visualize the Rayleigh curve if needed.

Formula

f(x; σ) = (x / σ²) exp(−x² / (2σ²)), x ≥ 0

F(x) = 1 − exp(−x² / (2σ²))

Mean = σ √(π/2), Variance = ((4 − π)/2) σ²

The Rayleigh distribution arises from the magnitude of a two-dimensional normal vector and is common in signal processing and wind speed modeling.

Full Description

The Rayleigh distribution describes the distribution of magnitudes when both orthogonal components follow independent, zero-mean, equal-variance normal distributions. It is frequently used in radar, communications, acoustics, and structural engineering to model signal envelopes, noise strength, or wave heights. The single parameter σ controls the spread: larger σ shifts the mode to higher values and increases variance.

Because the distribution is skewed right, mean exceeds mode. Engineers often rely on the Rayleigh model when directional components are isotropic and uncorrelated, such as turbulence or vibration amplitudes.

Frequently Asked Questions

How is σ estimated from data?

Use maximum likelihood: σ̂ = √(Σ xi² / (2n)).

Is Rayleigh a special case of another distribution?

Yes. It is a Chi distribution with two degrees of freedom and a Weibull distribution with shape parameter 2.

Can x be negative?

No. The Rayleigh distribution only applies for x ≥ 0.