Understanding probability distributions becomes much easier when you can see them. This interactive Probability Distribution Visualizer helps students, researchers, analysts, and data science learners explore how probability distributions behave through dynamic PDF, PMF, and CDF charts.
The tool supports popular continuous and discrete distributions including Normal, Uniform, Exponential, Beta, Gamma, Poisson, and Binomial distributions. Adjust parameters in real time and instantly observe how the shape, spread, density, cumulative probability, and statistical measures change.
One of the most important concepts in statistics is the difference between probability density and probability itself. For continuous distributions, the height of the Probability Density Function (PDF) is not a probability. Instead, probability is represented by the area under the curve. This visualizer demonstrates that distinction through interactive shaded regions and probability calculations.
Whether you're studying for an AP Statistics exam, learning probability theory, preparing for university coursework, working with machine learning models, or simply exploring statistics, this tool provides an intuitive way to understand distributions, quantiles, cumulative probabilities, Z-scores, and the famous 68–95–99.7 empirical rule.
💡 Use the controls to adjust distribution parameters, calculate probabilities, and visualize how probability distributions change across different scenarios.
Everything you need to know about probability distributions
A probability distribution describes how the possible values of a random variable are distributed and how likely each outcome is to occur. Examples include the Normal, Binomial, Poisson, Exponential, Beta, and Gamma distributions.
The Probability Density Function (PDF) describes the relative likelihood of values occurring. The Cumulative Distribution Function (CDF) shows the probability that a random variable is less than or equal to a specific value.
Mathematically:
• PDF: f(x)
• CDF: F(x) = P(X ≤ x)
The CDF is the accumulated area under the PDF curve.
For continuous distributions, the PDF value represents probability density rather than probability itself. Actual probabilities are obtained by calculating the area under the curve across an interval.
Example:
• f(0) = 0.399 for a standard normal distribution
• P(X = 0) = 0
The probability of any exact value in a continuous distribution is zero.
Probability is calculated as the area under the probability density curve over a range of values: P(a ≤ X ≤ b). This visualizer automatically shades the relevant area and computes the probability.
A CDF is used to determine cumulative probabilities. It answers questions such as:
A quantile is the value below which a specified proportion of observations falls.
Examples:
• Median = 50th percentile
• First quartile = 25th percentile
• Third quartile = 75th percentile
The quantile function is the inverse of the CDF.
A Z-score measures how many standard deviations a value lies from the mean.
Formula: z = (x − μ) / σ
Positive Z-scores indicate values above the mean, while negative Z-scores indicate values below the mean.
For a Normal distribution:
This is known as the Empirical Rule.
Continuous distributions can take infinitely many values within a range, such as the Normal or Exponential distribution.
Discrete distributions only take specific values, such as the Binomial or Poisson distribution.
Continuous distributions use PDFs, while discrete distributions use PMFs (Probability Mass Functions).
The visualizer currently supports:
Each distribution includes interactive parameter controls and probability calculations.
This tool is useful for:
Yes. The visual explanations, probability shading, PDF/CDF comparison, and Z-score demonstrations make it particularly effective for learning foundational probability and statistics concepts.