Bootstrapping: Flashcards
(5 cards)
1
Q
What is the main advantage of resampling approaches over parametric tests?
A
The underlying data distribution do not have to meet assumptions
2
Q
How does randomisation work?
A
- Take the mean - test statistic
- Pool data together
- Take random samples of two groups with the original sample size and calculate the difference in means
- Repeat this process many times
- This builds the null distribution -> what you would expect by chance
3
Q
How does parametric bootstrapping work?
A
- Take the difference in means between the two groups
- Generate bootstrap samples by taking samples from the same groups and store the difference in means
- Repeat this many times to create the parametric bootstrap distribution
- If the CI does not include 0, you can be 95% confident that there is a real difference between the groups
4
Q
How do you do resampling with correlation coefficients?
A
Shuffle one of the variables so that it removes any association between the two variables, that way we can create a randomisation distribution.
5
Q
How do you do a randomisation test for correlation?
A
- Calculate the observed correlation
- Break the association between X and Y by randomly shuffling one
- Calculate the correlation between the shuffled X and non-shuffled Y
- Do this many times
This is what you would get is Y and X were paired randomly