Binomial Random Variable

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
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

z score

observed μ/σ

2
New cards

poisson probability

p(x)= (μ2 x e)/x!

3
New cards

Poisson max min

μ+2σ, μ-2σ

4
New cards

When to use binomial coefficient

whenever you need to count combinations, not arrangements

You’re choosing a group of items, but order doesn’t matter.

Example: Choosing 3 students from a class of 10.

That’s |10

            3|

5
New cards

binomial coefficient formula

(n k​)= n!/(k!(n−k))

6
New cards

mean binomial sign

µ micron sign

7
New cards

µ formula

µ= n x p

8
New cards

Standard deviation binomial

σ = sqrt(np(1-p))

9
New cards

Bermoulli Random Variable

B (1, p) comes from n independent Bermoulli trials

10
New cards

Binomial Probability Function Formula

P(X=k)=(n k​)pk(1−p)n-k

11
New cards

mean (expected value) formula for a probability distribution

μ=∑x⋅p(x)

12
New cards

when to use mean (expected value) formula for a probability distribution

whenever you have a discrete random variable (like rolling dice, coin flips, number of patients, etc.) and you want to find its average outcome in the long run

13
New cards

Discrete random variable formula (variance)

σ2=∑(x−μ)2p(x)

14
New cards

discrete random variable vs. binomial distribution

Roll a die → the number showing (1, 2, 3, 4, 5, 6)

any situation where the outcomes are numbers you can list

binomial distribution

special kind of discrete random variable.

You want to know how many successes you get.

15
New cards

when to use permutations

no repetition and order matters

16
New cards

permutation formula

p(n,k)= n!/(n-k)!

17
New cards

conditonal probability

P(A∣B)= P(A∩B)​/P(B)

18
New cards
  • Pick a card from a deck.

  • What’s the probability it’s a King given it’s a face card?

P(King∣Face)= (4/52​)/(12/52) =1/3

19
New cards

bayes’ theorem

P(A∣B)= (P(B∣A)⋅P(A)​)/P(B)When to use

20
New cards

When to use Baye’s theorem

Use when you need to flip the condition around (you know P(B∣A), but you want P(A∣B)

21
New cards

sd poisson

sqrtμ