Geometric Distribution

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/5

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.

6 Terms

1
New cards

What is the geometric distribution?

A distribution for the number of trials needed to get the first success in repeated independent trials (counts the trial with the success).

2
New cards

Write the notation used for the geometric distribution.

X ~ Geo(p), where X = number of trials up to and including the first success.

3
New cards

What are the 4 conditions for a geometric distribution?

Independent trials, each trial has two outcomes (success/failure), probability of success p is constant each trial, trials continue until first success/ aka unlimited trials, no upper bound

4
New cards

What is the mode of the geometric distribution?

Mode = 1 (most likely outcome is success on the first trial).

5
New cards

How do you calculate P(X = 3) for p = 0.2?

P(X=3) = (1−0.2)^(3−1) * 0.2 = 0.8^2 * 0.2 = 0.128.

6
New cards

How many trials do you expect on average until the first success if p = 0.25?

E(X) = 1 / 0.25 = 4 trials.