Skip to content

Rayleigh Distribution

The Rayleigh distribution is a positive, right-skewed distribution set by a single scale parameter. It is often used for magnitudes and distances, and for a simple skewed time when you have only one number to work from.

Write Rayleigh(scale):

Rayleigh(2)

The larger the scale, the larger the typical value. Use it when you need a quick positive, skewed value controlled by one parameter.