lecture 4 - Discrete Random Variables

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/20

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.

21 Terms

1
New cards

What is a discrete random variable?

A variable that can take on a finite or countable number of values (e.g. number of calls per day).

2
New cards

What is a probability distribution function (PDF) for discrete variables?

It assigns probabilities to each value of a discrete random variable such that each probability is between 0 and 1, and they sum to 1.

3
New cards

What does a probability distribution table show?

All possible values of the random variable and their associated probabilities.

4
New cards

What is the expected value (mean) of a discrete random variable?

E(X) = sum of [x × P(x)] — it's the long-run average value.

5
New cards

What does E(X) represent?

It represents the central (average) value you'd expect if the experiment were repeated many times.

6
New cards

What is variance of a discrete random variable?

Var(X) = sum of [(x - mean)² × P(x)] or Var(X) = E(X²) - [E(X)]².

7
New cards

What is standard deviation of a discrete variable?

The square root of variance — shows average distance from the mean.

8
New cards

What is the formula for E(X²)?

E(X²) = sum of [x² × P(x)] — used to calculate variance.

9
New cards

What is a Bernoulli distribution?

A distribution with only two outcomes: success (1) and failure (0).

10
New cards

What are the mean and variance of a Bernoulli distribution?

Mean = p; Variance = p(1 - p), where p = probability of success.

11
New cards

What is a binomial distribution?

A distribution showing the number of successes in a fixed number of independent trials with the same success probability.

12
New cards

What are the conditions for a binomial experiment?

Fixed number of trials, each trial has 2 outcomes, constant p, and independent trials.

13
New cards

What is the binomial probability formula?

P(X = x) = C(n, x) × p^x × (1 - p)^(n - x), where C(n, x) = n! / [x!(n - x)!].

14
New cards

What are the mean and variance of a binomial distribution?

Mean = n × p; Variance = n × p × (1 - p).

15
New cards

What is a Poisson distribution?

A distribution used for counting events that happen over a fixed time or space with a known average rate.

16
New cards

What is the formula for Poisson probability?

P(X = x) = (e^(-λ) × λ^x) / x!, where λ is the average rate of events.

17
New cards

What are the mean and variance of a Poisson distribution?

Both the mean and variance equal λ.

18
New cards

When is the Poisson distribution appropriate?

When events happen randomly, independently, and at a constant average rate.

19
New cards

What is the difference between binomial and Poisson distributions?

Binomial is for a fixed number of trials; Poisson is for event counts over time/space.

20
New cards

What is λ (lambda) in the Poisson distribution?

It's the expected (average) number of occurrences in a fixed interval.

21
New cards