Hypothesis Tests Flashcards
What is the central limit theorem?
It’s that sort of magical thing where you theoretically repeatedly sample the original population and calculate the mean for each sample. The distribution of these sample means will follow a normal distribution.
What do we need in order for the central limit theorem to apply (use a z-test)?
Either we need n>30
or if not, we need to for magical reasons already know the true population variance.
When do we use a t-test for a single mean?
When we want to check the hypothesis that the mean is equal to some specific value BUT the sample size is less than 30 and we don’t know the true population variance.
What is an assumption we make when doing a t-test?
That the underlying population is normally distributed.
When doing a t-test, do you use the biased or unbiased estimator for the sample standard deviation?
You must use the unbiased estimator (S_n-1)
How do you convert between the biased and unbiased sample standard deviation?
Which test should I use if I want to prove that a mean is 50?
- z-test for the mean
- t-test for the mean
How do we use the p-value to make a conclusion about a hypothesis test?
If the p-value is less than the significance level, we reject H0.
Otherwise we fail to reject.