📈Intro to Probability for Business Unit 4 – Discrete Probability Distributions

Discrete probability distributions are essential tools in business statistics, assigning probabilities to discrete random variables. They help model various scenarios, from quality control to inventory management, providing a framework for quantifying uncertainty and making informed decisions. Key distributions include Bernoulli, binomial, Poisson, geometric, hypergeometric, and negative binomial. Understanding their properties, probability mass functions, expected values, and variances enables businesses to analyze data, assess risks, and optimize operations effectively.

Key Concepts and Definitions

  • Discrete probability distributions assign probabilities to discrete random variables
  • Random variables are variables whose values are determined by the outcomes of a random experiment
  • Discrete random variables can only take on a finite or countably infinite number of distinct values
  • Probability is a measure of the likelihood of an event occurring, expressed as a number between 0 and 1
    • 0 indicates an impossible event, while 1 indicates a certain event
  • The sum of probabilities for all possible outcomes in a discrete probability distribution equals 1
  • Support of a discrete random variable is the set of all possible values it can take
  • Probability distribution functions (PDF) describe the probability of a discrete random variable taking on a specific value

Types of Discrete Probability Distributions

  • Bernoulli distribution models a single trial with two possible outcomes (success or failure)
    • Characterized by a single parameter pp, representing the probability of success
  • Binomial distribution models the number of successes in a fixed number of independent Bernoulli trials
    • Characterized by parameters nn (number of trials) and pp (probability of success in each trial)
  • Poisson distribution models the number of events occurring in a fixed interval of time or space
    • Characterized by a single parameter λ\lambda, representing the average number of events per interval
  • Geometric distribution models the number of trials until the first success in a series of independent Bernoulli trials
    • Characterized by a single parameter pp, representing the probability of success in each trial
  • Hypergeometric distribution models the number of successes in a fixed number of draws from a finite population without replacement
    • Characterized by parameters NN (population size), KK (number of successes in the population), and nn (number of draws)
  • Negative binomial distribution models the number of failures before a specified number of successes in a series of independent Bernoulli trials
    • Characterized by parameters rr (number of successes) and pp (probability of success in each trial)

Probability Mass Functions (PMF)

  • A probability mass function (PMF) is a function that gives the probability of a discrete random variable taking on a specific value
  • For a discrete random variable XX, the PMF is denoted as P(X=x)P(X = x), where xx is a possible value of XX
  • The PMF satisfies two conditions:
    1. P(X=x)0P(X = x) \geq 0 for all xx in the support of XX
    2. xP(X=x)=1\sum_{x} P(X = x) = 1, where the sum is taken over all possible values of XX
  • The PMF can be used to calculate probabilities of events involving the discrete random variable
    • P(aXb)=x=abP(X=x)P(a \leq X \leq b) = \sum_{x=a}^{b} P(X = x)
  • The cumulative distribution function (CDF) of a discrete random variable is the sum of its PMF up to a given point
    • F(x)=P(Xx)=txP(X=t)F(x) = P(X \leq x) = \sum_{t \leq x} P(X = t)

Expected Value and Variance

  • The expected value (or mean) of a discrete random variable XX is a weighted average of its possible values, weighted by their probabilities
    • E(X)=xxP(X=x)E(X) = \sum_{x} x \cdot P(X = x)
  • The expected value represents the long-run average value of the random variable over many trials
  • The variance of a discrete random variable XX measures the average squared deviation from its expected value
    • Var(X)=E((XE(X))2)=x(xE(X))2P(X=x)Var(X) = E((X - E(X))^2) = \sum_{x} (x - E(X))^2 \cdot P(X = x)
  • The standard deviation is the square root of the variance and measures the average deviation from the mean
    • SD(X)=Var(X)SD(X) = \sqrt{Var(X)}
  • Linearity of expectation: For any two random variables XX and YY, E(X+Y)=E(X)+E(Y)E(X + Y) = E(X) + E(Y)
  • Properties of variance:
    • Var(aX+b)=a2Var(X)Var(aX + b) = a^2 Var(X) for constants aa and bb
    • Var(X+Y)=Var(X)+Var(Y)Var(X + Y) = Var(X) + Var(Y) if XX and YY are independent

Common Discrete Distributions in Business

  • Binomial distribution is used to model the number of successes in a fixed number of trials (e.g., number of defective items in a batch)
  • Poisson distribution is used to model the number of rare events occurring in a fixed interval (e.g., number of customer arrivals per hour)
  • Geometric distribution is used to model the number of trials until the first success (e.g., number of sales calls until a sale is made)
  • Hypergeometric distribution is used to model the number of successes in a fixed number of draws from a finite population without replacement (e.g., number of defective items in a sample drawn from a batch)
  • Negative binomial distribution is used to model the number of failures before a specified number of successes (e.g., number of unsuccessful product launches before a successful one)

Practical Applications in Business

  • Inventory management: Poisson distribution can model the demand for a product during a fixed time period
  • Quality control: Binomial and hypergeometric distributions can model the number of defective items in a batch or sample
  • Marketing: Geometric distribution can model the number of sales calls required to make a sale
  • Project management: Negative binomial distribution can model the number of unsuccessful projects before a successful one
  • Risk assessment: Discrete probability distributions can help quantify the likelihood and impact of various risks
  • Decision-making: Expected values and variances can guide decisions by comparing the long-run average outcomes and variability of different options

Calculation Techniques and Examples

  • To calculate probabilities using a PMF, substitute the given values into the formula and simplify
    • Example: For a binomial distribution with n=5n=5 and p=0.3p=0.3, find P(X=2)P(X=2)
      • P(X=2)=(52)(0.3)2(0.7)30.309P(X=2) = \binom{5}{2} (0.3)^2 (0.7)^3 \approx 0.309
  • To calculate expected values, multiply each possible value by its probability and sum the results
    • Example: For a discrete random variable XX with PMF P(X=1)=0.4P(X=1)=0.4, P(X=2)=0.3P(X=2)=0.3, and P(X=3)=0.3P(X=3)=0.3, find E(X)E(X)
      • E(X)=10.4+20.3+30.3=1.9E(X) = 1 \cdot 0.4 + 2 \cdot 0.3 + 3 \cdot 0.3 = 1.9
  • To calculate variances, subtract the expected value from each possible value, square the differences, multiply by the probabilities, and sum the results
    • Example: For the same random variable XX as above, find Var(X)Var(X)
      • Var(X)=(11.9)20.4+(21.9)20.3+(31.9)20.30.69Var(X) = (1-1.9)^2 \cdot 0.4 + (2-1.9)^2 \cdot 0.3 + (3-1.9)^2 \cdot 0.3 \approx 0.69

Key Takeaways and Review

  • Discrete probability distributions assign probabilities to discrete random variables, which can only take on a finite or countably infinite number of distinct values
  • The sum of probabilities for all possible outcomes in a discrete probability distribution equals 1
  • Common discrete probability distributions include Bernoulli, binomial, Poisson, geometric, hypergeometric, and negative binomial distributions
  • Probability mass functions (PMF) give the probability of a discrete random variable taking on a specific value and satisfy two conditions: non-negativity and summing to 1
  • The expected value is a weighted average of the possible values, while variance measures the average squared deviation from the expected value
  • Discrete probability distributions have various applications in business, such as inventory management, quality control, marketing, project management, risk assessment, and decision-making
  • To calculate probabilities, expected values, and variances, substitute given values into the appropriate formulas and simplify
  • Understanding discrete probability distributions is crucial for making informed decisions and quantifying uncertainty in business contexts


© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.

© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.