Discrete Random Variables

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/11

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

12 Terms

1
New cards

Random Variable

  • A numerical variable whose value depends on the outcome of a random process.

  • Gets denoted by uppercase letters (X, Y)

2
New cards

Discrete Random Variable

A variable that can take a finite or countably infinite set of possible values.

3
New cards

Probability Mass Function (PMF)

  • Function that gives the probability that a discrete random variable equals a specific value

  • P(X = x) = p(x)

  • where Σp(x) = 1

4
New cards

Properties of a PMF

  • 0 ≤ p(x) ≤ 1 for all x

  • Σp(x) = 1

5
New cards

Cumulative Distribution Function (CDF)

  • F(x) = P(X ≤ x) = Σ{t ≤ x}

  • Non-decreasing

  • Approaches 1 as x → ∞

6
New cards

X

Symbol that represents the set of all x values where p(x) > 0

7
New cards

p(x) = 1/6

What will be the PMF of a fair sided die.

8
New cards

x = 1, 2, 3, 4, 5, 6.

x values of the fair sides die

9
New cards

Indicator variable

A discrete random variable that takes value 1 if an event occurs and 0 otherwise.

10
New cards

Joint PMF

  • For two discrete variables X and Y

  • p(x, y) = P(X = x, Y = y)

11
New cards

Marginal PMF

Found by summing joint probabilities:

  • p_X (x) = Σ_y p(x, y)

  • p_Y (y) = Σ_x p(x, y)

12
New cards

Conditional PMF

  • p_{Y|X} (y|x) = p(x, y) / p_X (x)

  • if p_X (x) > 0