Probability distributions fall into two fundamental categories: discrete and continuous. A discrete distribution assigns probability to specific, countable outcomes. For example, the number of heads in 10 coin flips can only be 0, 1, 2, ..., 10. The probability of any specific value is given by the probability mass function (PMF). Discrete distributions are used when outcomes are distinct and countable.
A continuous distribution assigns probability to intervals of values rather than specific points. The probability density function (PDF) describes the relative likelihood of values. Since there are infinitely many possible values in any interval, the probability of any exact value is zero. Continuous distributions are used for measurements like height, time, temperature, and weight.
Understanding the distinction between discrete and continuous is essential for choosing the right distribution and the right calculator for your problem. A probability distribution calculator handles both types, but the inputs and outputs differ fundamentally between them.
Key Differences
- PMF vs PDF: PMF gives probabilities directly; PDF gives density that must be integrated over intervals
- CDF for both: The cumulative distribution function works the same way for both types: F(x) = P(X \u2264 x)
- Sum vs integral: Total probability sums to 1 for discrete (sum of PMF) and integrates to 1 for continuous (area under PDF)
- Histogram vs curve: Discrete distributions are visualized with bar charts; continuous with smooth curves