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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How does randomisation work?

A
  1. Take the mean - test statistic
  2. Pool data together
  3. Take random samples of two groups with the original sample size and calculate the difference in means
  4. Repeat this process many times
  5. This builds the null distribution -> what you would expect by chance
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How does parametric bootstrapping work?

A
  1. Take the difference in means between the two groups
  2. Generate bootstrap samples by taking samples from the same groups and store the difference in means
  3. 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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How do you do a randomisation test for correlation?

A
  1. Calculate the observed correlation
  2. Break the association between X and Y by randomly shuffling one
  3. Calculate the correlation between the shuffled X and non-shuffled Y
  4. Do this many times
    This is what you would get is Y and X were paired randomly
How well did you know this?
1
Not at all
2
3
4
5
Perfectly