Data distribution PMF, PDF, CDF
Last updated
Last updated
Probability distributions are essential tools in understanding the behavior of random variables. For discrete random variables, we use Probability Mass Functions (PMFs), which assign probabilities to each possible outcome. The sum of these probabilities always equals 1, providing a complete description of the distribution. PMFs allow us to determine the likelihood of observing a specific value of the random variable.
A fair six-sided die has outcomes {1, 2, 3, 4, 5, 6}. Each outcome has an equal probability of occurring.
2. PMF of a Biased Coin
A biased coin has a 70% chance of landing on heads (H) and a 30% chance of landing on tails (T).
Conversely, for continuous random variables, Probability Density Functions (PDFs) are employed. Unlike PMFs, PDFs indicate the likelihood of the variable falling within a particular range. While the PDF itself doesn't provide probabilities directly, the area under the curve within a range represents the probability of the variable falling within that range. Understanding the shape and behavior of PDFs is crucial for analyzing continuous probability distributions.
The time it takes for a bus to arrive at a bus stop, assuming buses arrive at a regular interval. If buses arrive every 10 minutes, and you arrive at the bus stop at a random time, the waiting time can be modeled as a uniform distribution between 0 and 10 minutes.
Both PMFs and PDFs are complemented by the Cumulative Distribution Function (CDF). The CDF provides a comprehensive view of the probability distribution by specifying the probability that the variable takes on a value less than or equal to a given value. It accumulates the probabilities of all possible outcomes, starting at zero and approaching one as the variable's value increases. The CDF is indispensable for calculating probabilities, making statistical inferences, and understanding the behavior of random variables across their entire range. By understanding PMFs, PDFs, and CDFs, analysts can effectively model and analyze data in various fields, enabling informed decision-making and predictions.
Example: The time you wait for a bus that arrives every 10 minutes uniformly.
The CDF of a uniform distribution over is:
For :