Three continuous distributions that come up everywhere in modeling.
The Exponential distribution has density for , with mean . It's the continuous analog of the Geometric and is memoryless. It models the inter-arrival time of a Poisson process — wait times between trades, between defaults, between bus arrivals.
The Gamma distribution has density proportional to , generalizing the Exponential. The sum of independent Exponentials is Gamma, so it models the time until the -th arrival.
The Beta distribution lives on :
It's the natural distribution for an unknown probability. Beta is conjugate to the Bernoulli/Binomial: a Beta prior plus binomial data gives a Beta posterior, and the update is just adding observed successes to and failures to . That makes Bayesian updating mechanical for click-through rates, win rates, and any other probability you're trying to estimate.