Probability
Hypothesis Testing
Equations
Binomial/RD
Random
100

When do you use a tree diagram?

When the given probabilities are conditional 

Ex: cancer IF test positive 

100
If you are doing a hypotheses test and the null is P1-P2=0 what is the alternative hypotheses if you want to test of the two proportions are different?

P1 does not equal P2

100

How do you find the mean of a discrete random variable?

mu = summation of x * p(x)

100

Where is the randomization distribution centered at?

the null

100

what is a discrete random variable?

a random variable is discrete if it has a finite set of possible values. for example possible answers can only be (1,2,3,4,...) 

200

How do you know if two events are disjoint?

If only one of the two events can happen. P(A or B) = P(A) +P(B). they can't happen together

200

Name the two types of errors and what happens in both

Type 1 error- reject the null when its true (false positive)

Type 2 error - fail to reject the null when its false (false negative)

200

How do you find the standard deviation for a discrete random variable?

standard deviation= the square root of (summation[x-mean]^2 * p(x))

200
What is the binomial coefficient equation and explain its parts.

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

n is the total number of trials while k is the successes n-k would be failures

200

What is a sample statistic and how do you find a sample statistic?

If the question talks about means/averages find the sample means, if the question talks about proportions find the sample proportions from given data

300

What is the probability that a randomly selected person will drive a sports car?

84/240

300
What are the two possible conclusions in a hypotheses test?
1. We found statistical significance in our data to reject the null ... we have evidence that our alternative is true!

2. We did not find any statistical conclusions, our test is inconclusive

300

What is the equation of the compliment of P(A) aka P(notA)

1-P(A)

300

What three things do you need for a binomial?

the number of trials,n, need to be fixed in advance

the probability of success, p, is the same on each trial

successive trials are independent of each other

300

Where should the bootstrap distribution be centered at?

sample statistic

400

what is the probability of a randomly selected person is male or drives a sports car? P(A or B)

P(A)+P(B)-P(A and B) 

60/240+84/240 -39/240 = .25+.35 - .1625

400

if a confidence internal doesn't contain the null hypothesis, do we reject or fail to reject?

reject the null. 

400

what is the binomial probability function? and explain each variable

P(X=k) = (n/k)p^k(1-p)^n-k

n =trials

p=probability of success

k= probability of exact successes 

400

If a coin is tossed 10 times, what is probability of getting exactly six heads?


P(x=6) = 10C6 * 0.5^6 * 0.5^4 = 210 * 0.015625 * 0.0625 = 0.205078125

400

If you alpha level is .05 and you get a pvalue of .043, what is our conclusion?

reject the null since P-value is less than alpha

500

Draw a tree diagram for two coin flips. What is the probability of getting Heads twice?

HH = .5*.5 = .25

500
If we fail to reject the null, would our null be in or out of the confidence interval?

Inside our confidence interval

500

What are the mean and standard deviation for binomial random variable?

mu = n*p

standard deviation = the square root of np(1-p)

500

60% of people who purchase sports cars are men.  If 10 sports car owners are randomly selected, find the probability that exactly 7 are men.

(10C7).6^7(1-.6)^3 = 120  × 0.0279936 × 0.064 = 0.215. 

500

If you collect data where the sample statistics phat1-phat2=4. What would we need to do to the data to create a randomization distribution?

add four to all of phat2 data. a randomization distribution needs to be centered at the null being 0