Untitled Flashcard Set

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/15

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:14 PM on 4/13/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

16 Terms

1
New cards

Why analyze the median instead of the mean?

The median is less sensitive to outliers and skewness, making it a better measure of center for skewed distributions, such as this dataset with a potential outlier (7), which pulls the mean upward.

2
New cards

What is the key idea behind the Sign Test for median hypothesis testing?

If the true median is hypothesized, each data point has a 50% chance of being above or below that median, allowing for a binomial distribution of counts.

3
New cards

What are the steps in the Sign Test?

  1. Count values below the hypothesized median. 2. Count values above. 3. State n. 4. Observe p=0.5 under H₀. 5. Calculate extreme probabilities for tails.
4
New cards

What is the formula for the binomial probability in the Sign Test?

P(X=k) = \binom{n}{k}(0.5)^n, where n is the number of trials and k is the number of successes.

5
New cards

What is the significance of the p-value in hypothesis testing?

The p-value indicates the strength of evidence against the null hypothesis. A small p-value suggests rejecting H₀, while a large p-value indicates insufficient evidence against it.

6
New cards

What is the Wilcoxon Signed Rank Test used for?

It is used to test whether the median of one sample differs from a hypothesized median or to analyze paired data by looking at the differences within pairs.

7
New cards

What are the assumptions for using the Wilcoxon Signed Rank Test?

Data should be continuous or ordinal, and the distribution of differences should be approximately symmetric; observations must be independent.

8
New cards

When is the Kruskal-Wallis Test appropriate?

When comparing three or more independent groups to determine if they come from the same distribution.

9
New cards

What is the main difference between the Wilcoxon Signed Rank Test and the Wilcoxon Rank Sum Test?

The Signed Rank Test analyzes paired data differences while the Rank Sum Test compares two independent groups by ranking all observations together.

10
New cards

What is the relationship between s²_B and s²_W in ANOVA?

s²_B (between-group variance) measures variability of group means around the overall mean, while s²_W (within-group variance) measures variability of individuals within the same group. A large s²_B relative to s²_W implies significant differences in group means.

11
New cards

What are post-hoc methods?

Post-hoc methods are statistical tests applied after an overall test (like ANOVA) indicates that differences exist, required to determine which specific groups differ.

12
New cards

What is the constraint in the One-Way ANOVA model?

A constraint like Στᵢ = 0 is required to eliminate redundancy in model parameters, ensuring that the effects are uniquely identifiable.

13
New cards

List the three assumptions of ANOVA.

  1. Normality of residuals (εᵢⱼ are normally distributed). 2. Homoscedasticity (equal variances across groups). 3. Independence of observations.
14
New cards

Why might the Wilcoxon test p-value be 'better' than the Sign Test?

The Wilcoxon test uses both the sign and magnitude of deviations, resulting in more statistical power and a more precise p-value compared to the Sign Test.

15
New cards

What does a confidence interval (CI) that does not include 1 for variance ratios imply?

It suggests that the populations have unequal variances.

16
New cards

What does a CI not including 0 imply for differences in two population means?

It suggests that the means are likely significantly different.