Discrete Random Variables: PMF, CDF, and Expectation

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to Lesson

Podcast

Play an AI-generated podcast conversation about this lesson
Download our mobile app to listen on the go
Get App

Questions and Answers

A game involves picking a ball from a bag containing 3 red and 2 blue balls, replacing it, and repeating this process four times. What is the sample space for this experiment?

  • The set {Red, Blue}.
  • All possible sequences of four balls picked (e.g., RRBB, BRBR). (correct)
  • The number of red balls picked.
  • The probabilities of picking a red or blue ball.

Consider an experiment of tossing a fair coin. What constitutes the sample space (SS) in this scenario?

  • SS = {Favorable, Unfavorable}
  • SS = {Winning, Losing}
  • SS = {advantage, disadvantage}
  • SS = {Heads, Tails} (correct)

When tossing a fair coin twice, what is the sample space?

  • SS = {HH, HT, TH, TT} (correct)
  • SS = {At least one head}
  • SS = {Same on both tosses}
  • SS = {Heads, Tails}

In the context of rolling a fair six-sided die, what is the sample space (SS)?

<p>SS = {1, 2, 3, 4, 5, 6} (D)</p>
Signup and view all the answers

If $X$ represents the number of heads when tossing a fair coin, what values can $X$ take?

<p>X = {0, 1} (A)</p>
Signup and view all the answers

Consider two dice are rolled. If the random variable RV is defined as 'same number on two dice', what values can RV take?

<p>RV = {0, 1} (D)</p>
Signup and view all the answers

A six-sided die is rolled. Let the random variable $X$ be 1 if the number rolled is even, and 0 if the number rolled is odd. What is the value of $X$ if a 4 is rolled?

<p>X = 1 (C)</p>
Signup and view all the answers

Two dice are rolled. $X$ is defined as the number of sixes. What are the possible values of $X$?

<p>X ∈ {0, 1, 2} (A)</p>
Signup and view all the answers

Consider an experiment where two dice are rolled, and RV is defined as the sum of the numbers on the dice. What are the possible values of RV?

<p>RV ∈ {2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12} (C)</p>
Signup and view all the answers

What is a Discrete Random Variable (DRV)?

<p>A variable that can only take on a countable number of distinct values. (D)</p>
Signup and view all the answers

Which of the following is an example of a discrete random variable?

<p>The number of cars that pass a certain point on a highway in an hour. (D)</p>
Signup and view all the answers

What is the primary characteristic of a Probability Mass Function (PMF)?

<p>It describes the probability of a discrete random variable taking a specific value. (C)</p>
Signup and view all the answers

The probability mass function (PMF) for a discrete random variable must satisfy which of the following conditions?

<p>Each probability must be between 0 and 1, inclusive, and the sum of all probabilities must equal 1. (A)</p>
Signup and view all the answers

What does the Cumulative Distribution Function (CDF) provide?

<p>The probability that a random variable is less than or equal to a certain value. (C)</p>
Signup and view all the answers

If $F(x)$ is the cumulative distribution function (CDF) of a random variable $X$, what does $F(-\infty)$ equal?

<p>0 (D)</p>
Signup and view all the answers

Two six-sided dice are rolled. You win if the sum of the values on the die is between 6 and 10. What is the best way to calculate the probability of winning?

<p>Calculate the individual probabilities using the PMF and sum them. (D)</p>
Signup and view all the answers

How does the Cumulative Distribution Function (CDF) help in finding probabilities for a range of values of a discrete random variable?

<p>CDF helps find the probability that the variable falls within a defined range by calculating CDF(upper_limit) - CDF(lower_limit). (D)</p>
Signup and view all the answers

What does the expectation of a random variable represent conceptually?

<p>The long-run average outcome of the random variable if the experiment is repeated many times. (A)</p>
Signup and view all the answers

According to the material, what role does expectation play in decision-making processes?

<p>Expectation helps decision-makers choose the option with the most beneficial average result. (B)</p>
Signup and view all the answers

Considering a game with potential gains and losses, how would you determine if participating in the game is worthwhile using the concept of expectation?

<p>If the expectation is greater than zero, it should be okay to play the game. (C)</p>
Signup and view all the answers

A game offers a $150 reward if you get 4 red balls and a -$10 penalty otherwise. If the probability of getting 4 red balls is 0.1362 and the probability of not getting 4 red balls is 0.8638, what is the expected value $E(X)$?

<p>$E(X) = $150 * 0.1362 - $10 * 0.8638 (C)</p>
Signup and view all the answers

In a scenario where a decision-maker is calculating expected outcomes for different actions, what are they aiming to do?

<p>Choose the option with the most beneficial average result. (A)</p>
Signup and view all the answers

True or False: For a discrete random variable, its expectation must be one of the possible values that the random variable can take.

<p>False (A)</p>
Signup and view all the answers

A project has three possible outcomes with the following probabilities and net present values (NPV): Outcome 1: Probability = 0.2, NPV = $100,000; Outcome 2: Probability = 0.5, NPV = $50,000; Outcome 3: Probability = 0.3, NPV = -$20,000. Would you undertake this project?

<p>Yes, because the expected value is positive i.e. $59,000. (D)</p>
Signup and view all the answers

Two independent discrete random variables, $X$ and $Y$, have probability mass functions given by $P(X=x) = \frac{x}{6}$ for $x = 1, 2, 3$ and $P(Y=y) = \frac{1}{3}$ for $y = 2, 4, 6$. Determine the expected value of the product $XY$, i.e., $E[XY]$.

<p>7 (D)</p>
Signup and view all the answers

Flashcards

What is a Random Variable?

A variable whose value is a numerical outcome of a random phenomenon.

What is Discrete Random Variable (DRV)?

A random variable that can only take on a finite or countably infinite number of distinct values.

Example of Random Variable?

Rolling a dice experiment, to count the number of 6s that appear.

Why use outcomes instead of Random Variables?

When only considering specific outcomes rather than modelling the whole data.

Signup and view all the flashcards

What is a Probability Mass Function (PMF)?

A function that gives the probability that a discrete random variable is exactly equal to some value.

Signup and view all the flashcards

What does PMF describe?

Describes the probability of a discrete random variable taking a specific value.

Signup and view all the flashcards

What is a Cumulative Distribution Function (CDF)?

A function that gives the probability that a random variable is less than or equal to a certain value.

Signup and view all the flashcards

What is CDF?

The probability that a random variable is less than or equal to a certain value.

Signup and view all the flashcards

What is 'Expectation'?

The long-run average outcome of a random variable if an experiment is repeated many times.

Signup and view all the flashcards

How can decision-makers use Expectation?

Helps calculate expected outcomes for different actions.

Signup and view all the flashcards

Study Notes

  • This lesson covers discrete random variables, probability mass functions (PMF), cumulative distribution functions (CDF), and expectation.

Challenge - Decision Making

  • A game stall involves picking balls from a bag containing 3 red (3R) and 2 blue (2B) balls, with the pick replaced each time, repeated 4 times.
  • If four red balls (RRRR) are picked, the player wins +150₹; otherwise, they lose -10₹.
  • The questions to consider are: Would you play this game? At what reward would you be willing to play if not at the current setup?
  • Doing this activity and discussing the probability can be valuable

Recap - Experiment, Sample Space (SS), and Events

  • Tossing a fair coin: The sample space (SS) is {H, T}, with events being getting heads or tails.
  • Tossing a fair coin twice: The SS is {HH, HT, TH, TT}, with events including at least one head, no heads, both heads, or the same result on both tosses.
  • Rolling a fair die: The SS is {1, 2, 3, 4, 5, 6}, and events can be getting a specific number (e.g., 6) or an even number.
  • Rolling two dice: The SS has 36 possibilities. Events can be getting a sum k or having the same number on both dice, or one of them being a 6.

From Events to Random Variables

  • A random variable (X) assigns numerical values to outcomes of events.
  • For a fair coin toss, if X = number of heads, then for outcome H, X=1, and for outcome T, X=0.
  • When tossing a fair coin twice, if X represents outcomes where both tosses result in the same face, then for HH and TT, X=1, and for HT and TH, X=0.
  • When rolling a fair die, let X be 1 if the result is 6 (got 6) and 0 otherwise (not 6).

Event example

  • RV is "Same number on two dice"
  • Tabulating possible values reveals RV=1 for outcomes like (1,1), (2,2).
  • RV=0 for unlike outcomes such as (1,2), all other cases.
  • Outcomes of rolling 2 dice: (1,1), (1,2), ..., (6,6).
  • The RV of the number of sixes can also be calculated
  • The RV of the sum of numbers on the die can also be calculated

Why Random Variables?

  • E represents a subset of outcomes
  • RV assignes Numbers to the outcomes
  • Die Roll E: Getting Even where X=0 = {1,3,5} and X=1 = {2,4,6}
  • The use of random variables is to define specific outcomes descriptively or to enable analytical and computational mathematical modeling.
  • Using 'X = Number of Red Balls' is more informative than 'X = 4 Red Balls or Not'

Discrete Random Variable (DRV)

  • DRV can take on a countable number of distinct values.
  • Each DRV has an associated probability, and the sum of all probabilities equals 1.
  • Examples include the number of heads when flipping k coins, the number of 1s when rolling k dice, and the number of sick patients arriving in a hospital in an hour.

Probability Mass Function (PMF)

  • The PMF function describes the probability of a discrete random variable taking a specific value.
  • PMF maps each possible value of a random variable to its corresponding probability of occurrence.

Probability Mass function application

  • For a game of drawing balls, to find what's the probability of getting 4 Red balls
  • P(X=0), P(X=1), P(X=2), and P(X=3) must be calculated.

PMF - Function Describing Probability

  • PMF describes the probability of a discrete random variable taking a specific value.
  • PMF maps each possible value of a random variable to its corresponding probability of occurrence.
  • Flipping a coin: Equally likely outcomes of obtaining heads
  • Rolling a die: Each side is equally likes: 1 to 6
  • Tossing 3 coins: The probability is not equally likely, some sides will occur more often

Experiments as RVs

  • Roll two dice twice
  • Consider the Sum of values of the two dice
  • All outcomes are not equal likley
  • The PMF can be generated to calculate probabilities, e.g, P(X=10) for a roll is ~0.09

Cumulative Distribution Function (CDF)

  • CDF gives the probability that a random variable is less than or equal to a certain value.
  • Use it to find the probabilities for range of values efficiently
  • Such as the probability of winng when rolling a die, where probabilities can be calculated as the sum is between 6 and 10
  • Rolling a die two times: X is the Sum of values on both throws
  • Finding probabilies requires the need to add some of the PMF
  • P(6 ≤ X ≤ 10) = = 0.13 +0.17 +0.14 + 0.11 +0.09
  • Using CDF provides the same answer more efficiently
  • P(6 ≤ X ≤ 10) = F(10) - F(5)

Summary - Discrete RV, PMF, CDF

  • Random Variable: A numerical representation of events for analysis.
  • Discrete Random Variable (DRV): A random variable with a countable set of distinct values.
  • Probability Mass Function (PMF): A function P(X), which assigns probabilities to each DRV value.
  • Cumulative Distribution Function (CDF): A function F(x) = P(X ≤ x) giving the probability of values ≤ x.

Expectation, Expected Value, Decision Making

  • Expected values are crucial in decision-making processes as they help in calculating and comparing the expected outcomes of different actions.
  • Expectation and Expected Value can calculate expected earning
  • P(Win) is 0.13 (very low) but stakes are also high
  • In the example from earlier slides, it can be showed that ~2.42 red balls will appear from trials
  • Lets define X as amount earned/lost in one play
  • For example calculating expected earning over multiple trials can be calculated, where the earnings are >0, and it may be okay to play the game

Studying That Suits You

Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

Quiz Team

Related Documents

More Like This

Probability Mass Function and Histograms
5 questions
Random Variables: Discrete and Continuous
13 questions
Discrete Probability Distributions
40 questions
Econ 10003: Random Variables
37 questions

Econ 10003: Random Variables

LongLastingHarpGuitar avatar
LongLastingHarpGuitar
Use Quizgecko on...
Browser
Browser