Probability and Statistics: Discrete Random Variables

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

1/27

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.

28 Terms

1
New cards

Probability Mass Function (pmf)

A function that provides the probabilities of a discrete random variable, assigning a probability to each possible value the variable can take.

2
New cards

P(X = x)

notation used when solving discrete distributions

3
New cards

Cumulative Distribution Function (cdf)

Gives the probability that a discrete random variable is less than or equal to a specific value.

4
New cards

P(X x)

Cumulative Distribution Function setup

5
New cards

h(x) * p(x)

E[h(X)] =

6
New cards

a * E(X) + b

E(aX + b)

7
New cards

E(X²) - [E(X)]²

V(X) =

8
New cards

a² * V(X)

V(aX + b) =

9
New cards

Square root of Variance

How to get Standard Deviation

10
New cards

Bernoulli Distribution

Discrete Distribution used to model situations with a single trial and two possible outcomes

11
New cards

p

P(Success) =

12
New cards

1 - p

P(Failure) =

13
New cards

P(X = x) = p^x * (1 - p)^1-x

Probability mass function of Bernoulli

14
New cards

p

Mean of Bernoulli

15
New cards

p(1-p)

Variance of Bernoulli

16
New cards

Binomial Distribution

A probability distribution that summarizes the number of successes in a fixed number of independent Bernoulli trials, each with the same probability of success. It is described by two parameters: the number of trials and the probability of success.

17
New cards

P(X = x) = (n x) * p^x * (1-p)^n-x

The probability mass function of a Binomial Distribution, where n is the number of trials, x is the number of successes, and p is the probability of success.

18
New cards

np

The expected value of a Binomial Distribution, representing the average number of successes in n independent Bernoulli trials each with success probability p.

19
New cards

np(1-p)

The variance of a Binomial Distribution, indicating the measure of variability around the expected value.

20
New cards

Negative Binomial Distribution

Discrete Distribution used to answer the question how many trials it takes until a given number of successes is reached

21
New cards

P(X = x) = (x-1 r-1) p^r (1-p)^x-r

Probability mass function of negative binomial random variable

22
New cards

r/p

Mean for Negative Binomial Random Distribution

23
New cards

r(1-p)/p²

Variance for Negative Binomial Distribution

24
New cards

Geometric Distribution

Discrete Distribution used when asking for the number of trials before the first success

25
New cards

P(X = x) = (1-p)^x-1 * p

Probability Mass Function for Geometric Random Variable

26
New cards

1/p

is the expected number of trials in a Geometric Distribution before the first success.

27
New cards

1-p/p²

Variance of geometric distribution

28
New cards

x * p(x)

E(X) =