Visual Tools
Calculators
Tables
Mathematical Keyboard
Converters
Other Tools


Cumulative Distribution Function(CDF) of Continuous Distributions

Visualizing probability accumulation for continuous distributions

Continuous Uniform - CDF

Linear increase from 0 to 1 over [a, b]

CDF Explanation

The cumulative distribution function (CDF) of the continuous uniform distribution is F(x)=xabaF(x) = \frac{x-a}{b-a} for axba \leq x \leq b, F(x)=0F(x) = 0 for x<ax < a, and F(x)=1F(x) = 1 for x>bx > b. The CDF shows the probability that the random variable XX is less than or equal to xx, i.e., P(Xx)P(X \leq x). For the uniform distribution, this probability increases linearly from 0 to 1 across the interval. This means that the probability of landing in the first half of the interval is exactly 0.5, and the probability increases uniformly as we move through the interval.









Selecting a Distribution

The visualizer displays three continuous probability distributions in tabs at the top. Click any tab to switch between Continuous Uniform, Normal (Gaussian), and Exponential distributions. Each distribution models different continuous phenomena: uniform for equal likelihood across an interval, normal for bell-curved symmetric data, and exponential for waiting times or decay processes. The active tab highlights in blue, and the chart immediately updates to show a smooth cumulative distribution function curve with default parameter values.

Adjusting Distribution Parameters

Each distribution provides parameter sliders in the controls panel. Drag sliders to modify values:

Continuous Uniform uses lower bound (a) and upper bound (b) sliders to define the interval endpoints.

Normal adjusts mean (μ) to shift the center and standard deviation (σ) to control spread.

Exponential controls the rate parameter lambda (λ) which determines how quickly probability accumulates.

The smooth curve redraws instantly as you move sliders. Parameter values display numerically next to each slider label, showing current settings.

Reading Smooth CDF Curves

The cumulative distribution function appears as a smooth, continuously rising curve without jumps or steps. The x-axis represents all possible real values in the distribution's domain, while the y-axis shows cumulative probability F(x)=P(Xx)F(x) = P(X \leq x) ranging from 0 to 1. The curve starts near 0 (typically approaching from the left) and rises smoothly to approach 1 (extending to the right). Unlike discrete CDFs that jump at specific points, continuous CDFs increase gradually across their entire range.

The curve's steepness indicates where probability density concentrates. Steeper sections mean higher probability density, while flatter sections indicate lower density. Hover over any point on the curve to see exact x-values and corresponding cumulative probabilities displayed to four decimal places.

Understanding Continuous vs Discrete CDFs

Continuous CDFs form smooth curves because probability spreads continuously across intervals rather than concentrating at specific points. In discrete distributions, probability jumps occur at countable values, creating step functions. In continuous distributions, P(X=k)=0P(X = k) = 0 for any exact value k—probability only exists for intervals. This is why the CDF rises smoothly: you're always accumulating infinitesimally small amounts of probability density as x increases.

The smooth curve reflects integration of the probability density function (PDF) from negative infinity up to x. The derivative of the CDF gives the PDF, showing the relationship between accumulation (CDF) and density (PDF). The CDF never decreases and has no discontinuous jumps in continuous distributions.

Finding Cumulative Probabilities

To find P(Xa)P(X \leq a) for any value a, locate a on the x-axis and read upward to where it intersects the curve. The y-coordinate at that intersection gives the cumulative probability. For example, if the curve shows 0.8413 at x=1x = 1 for a standard normal distribution, there's an 84.13% chance the variable is 1 or less.

Calculate interval probabilities P(a<Xb)P(a < X \leq b) by subtracting CDF values: F(b)F(a)F(b) - F(a). Hover over both endpoints to read their cumulative probabilities, then compute the difference. The vertical distance between the curve at point b and point a represents this interval probability visually.

Comparing Distribution Curve Shapes

Switch between tabs to observe how different probabilistic mechanisms create distinct CDF patterns. The Continuous Uniform CDF rises linearly from 0 to 1 across its interval, with constant slope. The Normal CDF forms an S-shaped sigmoid curve, symmetric around the mean, with the steepest slope at the center where probability density is highest. The Exponential CDF rises rapidly at first near x = 0, then gradually flattens as it asymptotically approaches 1, reflecting the memoryless property of exponential waiting times.

Adjust parameters to see how they affect curve shape. Changing the mean shifts the normal curve horizontally. Increasing standard deviation or widening uniform bounds makes curves rise more gradually, spreading probability over a wider range.

Interpreting Parameter Effects

For Continuous Uniform, increasing the interval width (b - a) reduces the slope—the curve rises more gradually across a wider range. For Normal, increasing mean (μ) shifts the entire S-curve right or left without changing shape. Increasing standard deviation (σ) flattens the curve, making it rise more gradually as probability spreads over more values. For Exponential, larger lambda (λ) values create steeper initial rises—probability accumulates faster early on—while smaller lambda creates gentler curves extending farther right.

Watch the curve's steepest section as you adjust parameters. This identifies where probability density concentrates most heavily. The inflection points of the normal CDF occur at μ ± σ, visible as where curvature changes from concave to convex.

What is a Continuous CDF?

A continuous cumulative distribution function gives the probability that a continuous random variable X is less than or equal to x: F(x)=P(Xx)=xf(t)dtF(x) = P(X \leq x) = \int_{-\infty}^{x} f(t) \, dt, where f(t)f(t) is the probability density function. The CDF accumulates probability density from negative infinity up to x. For continuous distributions, the CDF is always a smooth, non-decreasing function with no jumps, starting at limxF(x)=0\lim_{x \to -\infty} F(x) = 0 and approaching limxF(x)=1\lim_{x \to \infty} F(x) = 1.

The derivative of the CDF equals the PDF: f(x)=dF(x)dxf(x) = \frac{dF(x)}{dx}, showing how probability density relates to accumulation.

For comprehensive theory on cumulative distribution functions including mathematical properties and applications, see cumulative distribution function theory.

CDF and PDF Relationship

The probability density function (PDF) shows the relative likelihood of values—taller sections indicate higher probability density. The cumulative distribution function (CDF) integrates the PDF from left to right, accumulating total probability up to each point. Where PDF has peaks, CDF rises steeply. Where PDF is low or flat, CDF rises gradually. The area under the PDF curve from negative infinity to x equals the CDF value at x: F(x)=xf(t)dtF(x) = \int_{-\infty}^{x} f(t) \, dt.

Use PDF to see where values are most likely. Use CDF to calculate probabilities for ranges. The CDF always increases smoothly, while PDF can have multiple peaks, valleys, or asymmetry.

For detailed comparison of probability functions including integration and differentiation relationships, see probability density function vs cumulative distribution function.

Related Probability Tools and Concepts

Continuous Distribution Calculators - Compute exact probabilities, quantiles, means, and variances for normal, exponential, uniform, and other continuous distributions.

PDF Visualizers - Display probability density functions as curves showing where values are most likely rather than cumulative probability.

Discrete Distribution CDFs - Explore cumulative distribution functions for discrete random variables where CDFs are step functions instead of smooth curves.

Normal Distribution Tables - Standard normal (Z) tables showing cumulative probabilities for the standard normal distribution.

Probability Density Function Theory - Understand the mathematical foundation of continuous probability functions and integration.

Continuous Distributions Overview - Comprehensive guide to continuous probability distributions including when to use each type.