Stat unit 4 cards

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

1/4

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.

5 Terms

1
New cards

P(X ≤ x)

binomcdf(n,p,x)

2
New cards

P(X < x)

P(X≤x-1) = binomcdf(n, p, x-1)

3
New cards

P(X> x)

1- p(X ≤ x) = 1 - bincomcdf(n,p,x)

4
New cards

P(X≥x)

1-p(X≤x-1) = 1 – binomcdf(n,p,x-1)

5
New cards

P(a ≤ X ≤ b)

P(X ≤ b) – P(X ≤ a -1) = binomcdf(n,p,b) – binomcdf(n,p,a-1)