Fatskills
Practice. Master. Repeat.
Study Guide: Intro to Business Statistics: Random Variables and Probability Distributions Probability Distribution for Discrete Variables Expected Value Variance Standard Deviation
Source: https://www.fatskills.com/business-analytics/chapter/intro-to-business-statistics-busstats-random-variables-and-probability-distributions-probability-distribution-for-discrete-variables-expected-value-variance-standard-deviation

Intro to Business Statistics: Random Variables and Probability Distributions Probability Distribution for Discrete Variables Expected Value Variance Standard Deviation

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~4 min read

What This Is

Probability distributions for discrete variables are essential in business decisions, particularly when dealing with count data or categorical variables. For instance, a manufacturing company wants to know the average number of defects per unit (DPU) in their production process. They collect data on the number of defects in a random sample of units and want to calculate the expected value, variance, and standard deviation of the DPU to make informed decisions about quality control and process improvement.

Key Formulas & Symbols

  • Expected Value (E(X)): E(X) = ∑xP(x) where x = possible values of the random variable, P(x) = probability of each value.
  • Variance (Var(X)): Var(X) = E(X²) - [E(X)]² where E(X²) = ∑x²P(x).
  • Standard Deviation (σ): σ = √Var(X).
  • Probability Mass Function (PMF): P(x) = probability of each value of the random variable.
  • Cumulative Distribution Function (CDF): F(x) = P(X ≤ x) where X is the random variable.
  • Discrete Uniform Distribution: P(x) = 1/n for x = 1, 2, ..., n.
  • Binomial Distribution: P(x) = (nCk) * (p^k) * (q^(n-k)) where n = number of trials, k = number of successes, p = probability of success, q = probability of failure.
  • Poisson Distribution: P(x) = (e^(-λ) * (λ^x)) / x! where λ = average rate of events.

Step-by-Step Procedure

  1. Identify the distribution: Determine the type of discrete distribution that best fits the data (e.g., binomial, Poisson, discrete uniform).
  2. Calculate the expected value (E(X)): Use the formula E(X) = ∑xP(x) to find the expected value of the random variable.
  3. Calculate the variance (Var(X)): Use the formula Var(X) = E(X²) - [E(X)]² to find the variance of the random variable.
  4. Calculate the standard deviation (σ): Use the formula σ = √Var(X) to find the standard deviation of the random variable.
  5. Interpret the results: Use the expected value, variance, and standard deviation to make informed decisions about the business problem.

Common Mistakes

  • Mistake: Misinterpreting the p-value as the probability that the null hypothesis is true.
  • Correction: The p-value is the probability of observing the data (or more extreme) if the null hypothesis is true. It does not directly relate to the probability of the null hypothesis being true.
  • Mistake: Failing to check the assumptions of the distribution (e.g., independence, equal probabilities).
  • Correction: Verify that the data meet the assumptions of the distribution before applying it. If the assumptions are not met, consider alternative distributions or methods.
  • Mistake: Using the wrong distribution or formula for the problem.
  • Correction: Carefully read and understand the problem statement to determine the appropriate distribution and formula to use.

Quick Practice Problems

  1. A company produces light bulbs and wants to know the average number of hours until a light bulb fails. They collect data on the number of hours until failure for a random sample of light bulbs and find that the data follow a Poisson distribution with λ = 100. What is the expected value of the number of hours until failure? Answer: 100 hours. Explanation: The expected value of a Poisson distribution is equal to the parameter λ.
  2. A retail store wants to know the average number of customers who purchase a new product within the first week of its release. They collect data on the number of customers who purchase the product within the first week and find that the data follow a binomial distribution with n = 100 and p = 0.2. What is the variance of the number of customers who purchase the product within the first week? Answer: 16. Explanation: The variance of a binomial distribution is equal to np(1-p).
  3. A manufacturing company wants to know the average number of defects per unit (DPU) in their production process. They collect data on the number of defects in a random sample of units and find that the data follow a discrete uniform distribution with n = 10. What is the expected value of the DPU? Answer: 5.5. Explanation: The expected value of a discrete uniform distribution is equal to (n+1)/2.

Last-Minute Cram Sheet

  • ⚠️ p-value is NOT the probability that H₀ is true – it’s the probability of observing the data (or more extreme) if H₀ is true.
  • Expected Value (E(X)): E(X) = ∑xP(x)
  • Variance (Var(X)): Var(X) = E(X²) - [E(X)]²
  • Standard Deviation (σ): σ = √Var(X)
  • Discrete Uniform Distribution: P(x) = 1/n for x = 1, 2, ..., n
  • Binomial Distribution: P(x) = (nCk) * (p^k) * (q^(n-k))
  • Poisson Distribution: P(x) = (e^(-λ) * (λ^x)) / x!
  • Assumptions of Discrete Distributions: independence, equal probabilities
  • Critical Values: depend on the distribution and level of significance (α)
  • Degrees of Freedom: depend on the distribution and sample size


ADVERTISEMENT