New UNIT 4B Flashcards
Why is it called “binomial”
These numbers come from the coefficients of expanded binomials..
(x+y)1, (x+y)2, (x+y)3
when can you expect the first success if there is a 30 percent chance of success?
(mean of geo)
1/p or 1/.30.
Which is 3.333 so around the 3rd or 4th try.
1/p tells you, on average, when the first success will occur
1/p is the mean of the geometric distribution
How many successes can you expect?
(mean of binormial)
np.
Makes sense, if 30% like butter, out of 50 people you would expect (50)(.3)= 15 to like butter
np is the mean of the binomial distribution
what does geometric model tell us about?
it is about FIRST SUCCESS
What is likelihood first success is on 5th trial?
how do you combine probability models?
(play more than one game)
add or subtract the means, and then
ADD THE VARIANCE
Do we add or subtract st dev when combining models?
neither
you always just add variances. Square the st devs, add them, then take sqrt.
How do you find mean and sd of discreet random variable ?
put values in L1, probabilities in L2, and run “1-var stats L1,L2” and you get it!
what is pythagorean theorem of stats?
st dev of combined model is: sqrt(st dev squared + st dev squared) or more if you combine more?
What is the “mean of a random variable?”
The expected value. sum of probs times values
What is the expected value?
The mean of the random variable. What you’d AVERAGE if you played the game A LOT!!!!!!!!!
binopdf
(inputs)
EXACTLY X successes in N tries
binopdf(n,p,x).
Probability of exactly X successes in N trials. (PARTICULAR probability)
binocdf (inputs)
EXACTLY X OR LESS successes in N tries
binocdf(n,p,x)..
Probability of X OR LESS successes in N trials. (CUMULATIVE probability)
geopdf (inputs)
FIRST SUCCESS ON
geopdf (p,x)
probability of FIRST SUCCESS being ON the Xth trial
geocdf (inputs)
FIRST SUCCESS ON OR BEFORE
geocdf(p,x).
Probability of the FIRST SUCCESS being ON OR BEFORE the Xth trial.
How can we use Pascal’s Triangle?
To find probability of x successes in K trials.. BINOMIAL BABY!!!