Statistical Tests and Models

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/14

flashcard set

Earn XP

Description and Tags

Flashcards from lecture notes on statistical tests, distributions, and models.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

15 Terms

1
New cards

Mann-Whitney U Test

Non-parametric analogue of the unpaired t-test, used to compare two independent groups when data is not normally distributed.

2
New cards

Tied Ranks in Mann-Whitney U Test

Assign the mean of the potential ranks to tied data.

3
New cards

Null Hypothesis (H0) in Mann-Whitney U Test (Oil Price Example)

The medians of the two groups (January and June oil prices) are equal.

4
New cards

Alternative Hypothesis (H1) in Mann-Whitney U Test (Oil Price Example)

The medians of the two groups (January and June oil prices) are not equal.

5
New cards

Chi-squared distribution properties

If Y1, Y2, and Y3 are independent χ² random variables, then ΣYi is also χ² distributed, with degrees of freedom equal to the sum of the individual degrees of freedom.

6
New cards

Expected Frequencies Assumption for Chi-squared Test

If the expected frequencies assumption for using the χ² test of association fails, Fisher's exact test may be used.

7
New cards

Linear-by-linear procedure

R option to modify the X² statistic for cases where we are dealing with ordinal data in contingency tables.

8
New cards

Generalized Linear Models (GLMs)

Family of distributions considered for generalized linear models: The exponential family.

9
New cards

Linearity in GLMs

The linear predictor must be linear with respect to the coefficients (i.e., Βi).

10
New cards

Poisson Distribution

Typically used to model count data, where we count events over a period of time (e.g., number of calls to a call center).

11
New cards

Log Link Function for Count Data

Used to model count data in GLMs as it avoids obtaining negative counts.

12
New cards

Logistic Regression Dependent Variable Distribution

In logistic regression, the dependent variable must follow a binomial distribution.

13
New cards

Linearity in Logistic Regression

Each continuous independent variable must be linearly related to the logit of the dependent variable.

14
New cards

Odds

P / (1 - P)

15
New cards

Logit(p)

ln(odds)