The Smooth Side of Chance

Discrete variables jump from 1 to 2, but Continuous variables flow. They can take any value—1.51.5, 1.551.55, 1.5555...1.5555.... This means the probability of any exact value is actually zero (P(X=1.75)=0P(X=1.75) = 0). Instead, we talk about the probability of falling within a range [a,b][a, b], which is the area under the Probability Density Function (PDF), f(x)f(x).

Intuition
Area is Probability

For discrete distributions, we sum probabilities. For continuous distributions, we integrate the PDF over an interval. The total area under the curve from -\infty to \infty must exactly equal 1.

Summary of Continuous Models

From simple flat lines to unpredictable heavy tails, we will explore the following core continuous distributions:

DistributionCore ConceptMean (E[X])Variance (Var(X))
UniformAll outcomes equally likely in [a,b][a, b](a+b)/2(a+b)/2(ba)2/12(b-a)^2/12
NormalThe ubiquitous bell curveμ\muσ2\sigma^2
ExponentialTime between independent events1/λ1/\lambda1/λ21/\lambda^2
CauchyHeavy tails, unpredictable extremesUndefinedUndefined

Let's begin by exploring the most straightforward continuous model: the Uniform Distribution.