after midterm Flashcards

1
Q

Normal distribution

A
  • shows probability density
  • takes 2 parameters the mean and standard deviation (or variance)
  • common in nature and shows a lot in sampling
    -symmetrical
    -about 2/3 of random draws are within one standard deviation of mean
  • ## about 95% of random draws are within 1.96 (~2) standard deviations of mean
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

standard normal distribution

A
  • mean is zero
  • standard deviation is one
  • its table gives the probability of getting a random draw from a standard normal distribution than a given value
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How to convert any other normal to standard normal

A

Z= Y-mean/standard deviation
Y=value interested in
Z tells us how many standard deviations from the mean Y is

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

When are sample means normal distribution

A

if the variable itself is normally distributed

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

standard error of an estimate of a mean

A

the standard deviation of the distribution of sample means

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

Central limit theorem

A

The sum or mean of a large number of measurements randomly sampled for any population is approximately normally distributed, even if variable itself doesn’t have a normal distribution

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

compares a proportion to some hypothesized value of that proportion of a single categorical variable

A

Binomial test

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

About a single categorical variable with more that 2 possible values comparing data about frequencies to some distribution we hypothesis

A

chai square goodness of fit test

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

Numerical data comparing a mean of a group to some hypothesized value of that mean

A

one-sample t-test

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

comparing numerical groups with meaningful pairing comparing the differences of they pairs mean to some hypothesized value of the mean

A

paired t-test

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

compare two numerical groups to ask if they have the same mean

A

two-sample t-test

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

comparing the mean of multiple groups of a numerical variable and categorical

A

single factor ANOVA

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

asking if there is an association between two numerical variables and if so how strong is it

A

correlation -calculate r the correlation coefficient

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

Can we predict Y from X assuming linearity of the relationship

A

linear regression

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

weather two categorical variables are independent or associated (ie comparing two or more groups to ask if they have the same proportion of some response variable) with large amount of data

A

chai square contingency analysis i

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

Weather two categorical variables are independt or associated ( ie comparing two or more groups to ask if hey have some proportionof some response variable) with small amount of data

A

Fishers exact test

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

compare two numerical groups to ask if they have the same mean, allowing for variances to be different

A

Welchs t-test

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

Is there a normal distribution within a population or sample?

A

Shapiro-Wilk test

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

data from a single sample has a particular median, when normality is not there

A

sign test, not very powerful (non-parametric)

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

do two groups have the same distribution? not assuming normality

A

Mann-Whitney U test

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

do multiple groups have the same distributon not assuming normality

A

Kruskal-Wallis test

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

after you rejected null hypothesis of ANOVA, what pair group has a different mean?

A

Tukey- Kramer test

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

two catigorical explanitory variables wlith one numerical response variable. Asking if the first affect the mean does the second affect the mean and is there an interaction between the two catigorical explanitory variables

A

two-factor ANOVA

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

two explanatory variables, one is categorical and the other is numerical variable and one response. Asking if the categorical variable influence the response, does the numerical affect the response or is there a relationship between the two explanatory variables on the response

A

ANCOVA

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
relationship between two numerical variables without assumption of linearity
Spearman's correlation
26
Trying to fit a parabula function to numerical variables
Quadratic regression
27
comparing two groups to see if they have the same variance for a numerical variable
Levenes test
28
use a numerical variable to predict a binary response variable
Logistic regression
29
a method to look for association between variables, hypothesis approach, using the data we already have
permutation
30
a method to use resampling in a computer to get a confidence interval or estimate, using data we already have
bootstrapping
31
How do you do a confidence interval for a proportion?
32
how do you do a confidence interval for the mean of a normally distributed variable
33
How do you do a confidence interval for the variance of a normal distributed variable
34
How do you do a confidence interval for the regression slope
35
Compare proportion to a constant
binomial
36
compare proportion from two groups
chai square contingency test, if not enough data fisher exact test
37
test independence of two categorical variables
chai- square contingency analysis
38
compare frequency data to a model
chai square goodness of fit test
39
compare a meant o a constant, assuming normal distribution
t-test
40
compare the means of two groups, assuming normal distribution
2 sample t-test
41
compare the mean difference of two groups, assuming normal distribution
paired t-test
42
compare means of more than two groups, assuming normal distribution
single factor ANOVA
43
compare a median to a constant not assuming normality
sign test
44
compare the distribution of two groups not assuming normality
Mann-whitney U test
45
compare median diff of two groups that are paired not assuming normality
sign test
46
Compare means of more than two groups not assuming normality
Kruskal wallis
47
test for independence of two numerical variables - with assumptions
corelation
48
test for independence of two numerical variables - not normal
spearman correlation
49
two numerical variables to predict one from another
linear regression if they fit a line
50
compare two slopes
ANCOVA
51
Test the interaction of two categorical factors effects on a numerical variable factor
multifactor ANOVA
52
Compare to a normal distribution
Shapero wilks test
53
compare the variances of two groups
Levenes test
54
predict a binary variable from a numerical variable
logistic regression
55
Do people who receive a vaccine differ from those who do not in whether they get a disease in the next 5 years
chai square contingency test if enough data, smalll data is fishers exact test
56
Do people who finish college on average get a higher income than people who do not?
two sample t-test
57
How can we use the wing length of a bumble bee to predict its maximum flying speed
linear regresion
58
how can we use the wing length of a bumble bee to predict its max flying speed?
linear regression
59
how much variation in flying speed of bumblebees is predicted by their wing lengths?
coefficient of determination (r^2)
60
IS the weight at age 2 different on average for sets of dogs that are fed one of 5 different kinds of dog foods?
single factor ANOVA
61
Does the number of yellow/ wrinkled, yellow/smooth, green/ wrangled, and green/smooth peas in a cross fit the 9:3:3:1 ratio predicted by Mendel?
chai square goodness of fit test
62
does the number of green and yellow peas from a cross fit the 3:1 ratio predicted by Mendel? (you only have 17 data points)
binomial
63
Does the growth rate of sea stars vary with temp?
correlation test if normal spearman's correlation if not normal
64
Does the relationship of sea star growth rate and temp vary depending on whether calcium is added to the water not?
ANCOVA
65
Is the mean length of elephant trunks different in males and females
two sample t-test
66
are people equally likely to be born on each of the 7 days of the week
chai-squared goodness of fit
67
An experiment measured the effects of a treatment adding calcium to a diet a treatment adding selenium to a dies adding both or neither and measured the swimming speed of fish is there an effect on swimming speed of adding calcium adding selenium or an interaction between those two
multifactor ANOVA
68
Is the height normally distributed
shepero wilks test
69
Do trees with and without added fertilizer have the same variance in growth rate?
Levene's test
70
Can we predict whether seed germinates or not from the weight of the seed?
linear regression
71
The developmental pathway leading to the formation of spots on butterfly wings has been studied by surgical excision of a small amount of tissue on the left wings of a set of butterflies with the right wings left untouched. The size of the spots on these wings was subsequently measured. How would you test whether the manipulation had an effect on spot size?
paired t-test
72
comparing a mean of a random sample from a normal population with the population mean proposed in a null hypothesis
One sample t-test
73
compares the means of two groups without requiring the assumption of equal variance
Welch's t-test
74
comparing the central tendencies of two groups using ranks
Mann-Whitney U test
75
used for hypothesis testing on measures of association without assuming normality
permutation tests
76
a non-parametric test comparing variance of multiple groups, using ranks of the data points
Kruskal-Wallis test