INFERENCE TESTS Flashcards
(27 cards)
What is the formula for a one-sample t-test?
t = (x̄ - μ) / (s / √n)
True or False: A one-sample t-test is used to compare the mean of a single sample to a known population mean.
True
What are the conditions for a one-sample t-test?
Random sampling, normality of the population or large sample size (n ≥ 30), and independent observations.
What is the formula for a two-sample t-test?
t = (x̄1 - x̄2) / √((s1²/n1) + (s2²/n2))
Fill in the blank: A two-sample t-test compares the means of two __________.
independent samples
What are the conditions for a two-sample t-test?
Random sampling, normality of the populations or large sample sizes, and independent samples.
What is the formula for a paired t-test?
t = d̄ / (sd / √n)
True or False: A paired t-test is used when the samples are dependent.
True
What are the conditions for a paired t-test?
Random sampling, normality of the differences, and dependent samples.
What is the formula for a one-proportion z-test?
z = (p̂ - p) / √(p(1-p)/n)
Fill in the blank: A one-proportion z-test is used to test hypotheses about a single __________.
proportion
What are the conditions for a one-proportion z-test?
Random sampling, np ≥ 10 and n(1-p) ≥ 10.
What is the formula for a two-proportion z-test?
z = (p̂1 - p̂2) / √(p̂(1-p̂)(1/n1 + 1/n2))
True or False: A two-proportion z-test compares two independent proportions.
True
What are the conditions for a two-proportion z-test?
Random sampling, np1 ≥ 10, n(1-p1) ≥ 10, np2 ≥ 10, and n(1-p2) ≥ 10.
What is the formula for a chi-squared test for independence?
χ² = Σ((O - E)² / E)
Fill in the blank: A chi-squared test for independence is used to determine if there is an association between two __________.
categorical variables
What are the conditions for a chi-squared test for independence?
Random sampling, expected frequency of at least 5 in each cell.
What is the formula for a chi-squared goodness-of-fit test?
χ² = Σ((O - E)² / E)
True or False: A chi-squared goodness-of-fit test assesses how well observed data fit a specified distribution.
True
What are the conditions for a chi-squared goodness-of-fit test?
Random sampling, expected frequency of at least 5 for each category.
What is the formula for ANOVA (Analysis of Variance)?
F = MSbetween / MSwithin
Fill in the blank: ANOVA tests the hypothesis that three or more population means are __________.
equal
What are the conditions for ANOVA?
Random sampling, normality of populations, and homogeneity of variances.