Summa Week 14 Flashcards

(41 cards)

1
Q

True or false?: Do we use nonparametric procedures when normality cannot be assumed?

A

true

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

True or false?: Do we use nonparametric procedures when data can be transformed to normality

A

false. we use it typically when data CANNOT be transformed to normality

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

True or false?: Do we use nonparametric procedures when methods based on non-normal distributions are not available or appropriate

A

true

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

True or false?: Do we use nonparametric procedures when there is a sufficient sample size to assess the form of the distribution

A

false. we use it typically when there is NOT a sufficient sample size to assess the form of the distribution

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

True or false? The precise definition of nonparametric statistics does not vary among statistics textbooks

A

false. although not completely, there are differences

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

True or false? Nonparametric statistics = distribution-free statistics

A

false. they are different yes mistakenly used interchangeably

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

What are distribution-free tests?

A

statistical tests that don’t rely on assumptions about the prob distribution of the sample population

e.g. do not require normally-distributed data

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

What are nonparametric procedures?

A

inferential statistics that do not rely on population estimation of which the experiment is sampled from

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

What are rank stats or rank tests?

A

ordinal data from lowest to highest and assigning them integer values from 1 to the sample size

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

How do you resolve tied values in rank stats?

A

assigning them the average of the ranks if there were no ties

e.g. 17, 19, 19, 25, 28 becomes 1, 2.5, 2.5 (both share 2nd and 3rd place, with (2+3)/2 = 2.5)

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

What are assumptions of parametric methods?

A

generally assumes a random sample from a normal distribution

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

What are assumtions of nonparametric methods?

A

few assumptions about the pop distribution

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

What is in comparison in regards to the DV for nonparametric methods?

A

may be measured on categorical, ordinal, interval or ratio scales

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

What is in comparison in regards to the DV for parametric methods?

A

measured on interval or ratio scale, DV

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

What is comparison in regards to sample sizes for nonparametric methods?

A

can be small

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

What is in comparison for samples sizes in parametric methods?

A

often requires large sample sizes (e.g., n > 30 for the central limit theorem, or pairs of 15, etc.) to appeal to normality

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

What is the equivalent non-parametric test for an independent samples t-test?

A

a median test or a rank sum test (compares 2 independent samples)

18
Q

What is the equivalent non-parametric test for a paired samples t-test?

A

a Sign tests or a Wilcoxon test (2 matched/related-pairs samples)

19
Q

What is the equivalent non-parametric test for a one-way ANOVA?

A

a Kruskal-Wallis test (compares more than 2 independent samples)

20
Q

What is the equivalent non-parametric test for a two-way ANOVA?

A

a Friedman test

21
Q

What is the equivalent non-parametric test for a Pearson’s correlation?

A

a Spearman’s Rank Correlation

22
Q

What is the equivalent parametric test for a distribution comparison?

A

there isn’t one. There is only the non-parametric test of Kolmogorov-Smirnov (damn those Russians)

23
Q

If you have a tiny sample size, what could you do to estimate the population?

A

resample by bootstrapping

24
Q

What is bootstrapping?

A

a stat method for estimating the sampling distribution of an estimator by sampling with replacement from the original sample

25
What is most often the purpose of bootstrapping?
deriving robust estimates of standard errors and CIs of a population parameter like a mean
26
Fill in the blanks: _______ is a stat method for estimating the _____________ of an estimator by sampling with _______ from the original sample
bootstrapping sampling distribution replacement
27
Fill in the blanks: the purpose of ________ is to derive ___________ of ____________ and confidence intervals of a ________ ________ like a mean
bootstrapping robust estimates standard errors population parameter
28
Is this an advantage of nonparametric procedures? It has higher power
hell naw. this is the reason to do parametric methods!
29
Is this an advantage of nonparametric procedures? it relies on a few assumptions about the distribution of the sampled population
true. it's less picky than parametric methods
30
Is this an advantage of nonparametric procedures? it gets a quick answer with little calculation
true. the Sign test is eeeeeeeeasy
31
Is this an advantage of nonparametric procedures? it uses a random sample from a larger population when it isn't available
yep, i.e. bootstrapping
32
Is this an advantage of nonparametric procedures? is can use a small sample size
hell yeah
33
Nonparametric methods are most appropriate when the sample sizes are ______
small
34
When the dataset is large (i.e. n > 100), it makes little sense to use nonparametric stats because
when the samples are large, the sample means will follow the normal distribution even if the respective variable is not normally distributed in the population
35
Is this a disadvantage of nonparametric procedures? it doesn't describe parameters and becomes difficult to make qualitative statements about the actual difference between populations
trick question. it's false because although they don't describe parameters, they make it difficult to make QUANTITATIVE statements
36
Is this a disadvantage of nonparametric procedures? it throws away information
true, e.g. the sign test
37
Is this a disadvantage of nonparametric procedures? it has less power than parametric procedures
yep
38
Each nonparametric procedure has its peculiar sensitivities and blind spots such as: the Kolmogorov-Smirnov 3-sample test is sensitive to differences in the location of distributions as well as is greatly affected by differences in shapes
false. although the statement is true, the Kolmogorov-Smirnov is a 2-SAMPLE test, not a 3-sample one
39
True or false: the Wilcoxon matched pairs test assumes that one can rank order the magnitude of differences in matched observations in a meaningful manner.
true
40
If the rank order of magnitude of differences in matched observations is not possible, what should you use?
a Sign test
41
True or false: it is always advisable to run at least 2 nonparametric tests
true. should discrepancies in the results occur contigent upon which test is used, one should try to understand why some tests give different results