Binomial & Geometric Distribution

0.0(0)
studied byStudied by 1 person
0.0(0)
call with kaiCall with Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/10

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No study sessions yet.

11 Terms

1
New cards

Classify BINS

B = binary; each trial results in either a success or failure

I = independent; the trials are independent, so we can sample w/ replacement

N = number of fixed trials

S = success; probability of success on each trial is constant

2
New cards

when do u use binomcdf

binomcdf is used when you want the probability of getting at most a certain number of successes (like 0, 1, 2, up to x successes) across a set number of independent trials

3
New cards

when do u use binompdf

when u want the probability of exactly one number of successes in a fixed number of independent trials

4
New cards

classify BITS

B = binary; each trial results in either a success or failure

I = independent; the trials are independent, so we can sample w/ replacement

T - trials until success

S = success; probability of success on each trial is constant

5
New cards

when do you use geometcdf

when you want the probability of getting your first success before a certain trial

6
New cards

when do you use a geometpdf

when you want the probability that your first success happens exactly on a certain trial

7
New cards

for binomial, where do u put n, p, k in the thing

in this order (n = __, p = __, k = __)

8
New cards

for geometric, where do you put p and x

p goes first, x follows suit

9
New cards

if you have a geometric distribution that is P(x < k), what’s the easiest thing to do?

geometcdf (p, k-1)

10
New cards

if you have a geometric distribution that is P(x >= k), what’s the easiest thing to do?

1-geometcdf (p, k-1)

11
New cards

What is ALWAYS the shape for geometric distribution?

Right skewed