Statistics Final Exam Review: Chapters 6-9

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

1/61

flashcard set

Earn XP

Description and Tags

Comprehensive vocabulary flashcards covering statistical inference, hypothesis testing, and linear regression principles based on the lecture notes.

Last updated 11:21 AM on 6/27/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

62 Terms

1
New cards

Sampling Variability

The phenomenon where different random samples from the same population produce different statistics, reflecting uncertainty in statistical inference.

2
New cards

Sampling Distribution

A distribution showing how a statistic varies across repeated samples; it is a key tool used to construct confidence intervals and test hypotheses.

3
New cards

Sample distribution

the distribution of the values in one observed sample, described by x, s

4
New cards

Standard Error (SE)

SE measures the spread of a sample statistic (e.g. ¯X) around the true parameter — i.e. the precision of the estimate.

<p class="p1">SE measures the spread of a sample statistic (e.g. ¯X) around the true parameter — i.e. the precision of the estimate.</p>
5
New cards

Standard deviation

SD (σ or s) measures the spread of individual observations around their mean. It describes variability in the data.

6
New cards

Central Limit Theorem (CLT)

A theorem stating that for a large sample size (n>30n > 30), the sampling distribution of the sample mean Xˉ\bar{X} is approximately normal.

7
New cards

Point Estimation

The use of a single value, such as a sample mean Xˉ\bar{X} or sample variance S2S^2, to approximate an unknown population parameter like β\beta or σ2\text{σ}^2.

8
New cards

Interval estimation

giving a range of plausible values for the parameter, explicitly acknowledging sampling uncertainty

9
New cards

Confidence interval (CI)

a specific interval estimate with a stated confidence level. A 95% CI means: if we repeated the sampling many times and built an interval each time, about 95% of those intervals would contain the true parameter.

<p>a specific interval estimate with a stated confidence level. A 95% CI means: if we repeated the sampling many times and built an interval each time, about 95% of those intervals would contain the true parameter. </p>
10
New cards

Unbiasedness

A property of a point estimator where the estimator is correct on average.

11
New cards

Consistency

A property of a point estimator where the estimator converges toward the true population parameter as the sample size increases.

12
New cards

Null Hypothesis (H0H_0)

The default assumption in hypothesis testing representing no effect, no difference, or no relationship; failing to reject it does not prove it is true.

13
New cards

Alternative Hypothesis (H1H_1)

The competing claim in hypothesis testing that represents what the researcher is looking for evidence of; it is the opposite of the null hypothesis.

14
New cards

Types of hypothesis tests (shaded tail regions represent the rejection regions)

o  Two-tailed test → looking for any difference (H0: μ  = 50 ; H1: μ ≠ 50)

o  Right-tailed test → looking for an increase (H0: μ < 50 ; H1: μ > 50)

o  Left-tailed → looking for a decrease (H0 μ > 50 ; H1: μ < 50)

15
New cards

p-value

A measure of how likely the observed sample result is if the null hypothesis is true; used to make decisions by comparing it to the significance level α\text{α}.

16
New cards

Two equivalent approaches

critical value approach: compute the test statistic; reject H0 if it falls in the rejection region (e.g. |z| > zα/2 → Reject H0 )

p-value approach: Compute the p-value (probability of data this extreme if H0 true); reject H0 if p<α.

17
New cards

Type I Error

A false positive error that occurs when the researcher rejects the null hypothesis H0H_0 when it is actually true.

18
New cards

Type II Error

A false negative error that occurs when the researcher fails to reject the null hypothesis H0H_0 when it is actually false.

19
New cards

Test Power

The probability of correctly detecting a true effect, calculated as 1β1 - \text{β}, where β\text{β} is the probability of a Type II Error.

Power rises with larger n, larger effect size, and larger α

20
New cards

Purpose of preliminary inferential analysis

before estimating a full model, preliminary inference checks the basic statistical features of the data — whether variables differ across groups, whether relationships exist, and whether modelling assumptions are reasonable. It guides specification and prevents naive modelling

Examples: one sample t-test, two sample t-test, one way anova

21
New cards

One-Sample t-test

A test used to compare the observed sample mean with a known benchmark value to assess if the difference is larger than sampling uncertainty.

Interpretation:

o   Small p-value: evidence against benchmark

o   Large p-value: difference reflects random variation 

o   Rule of thumb: Large absolute t-statistics (+/- 2) indicate strong evidence against benchmark

<p>A test used to compare the observed sample mean with a known benchmark value to assess if the difference is larger than sampling uncertainty.</p><p></p><p>Interpretation:</p><p class="MsoNoSpacing"><span>o&nbsp;&nbsp; </span>Small p-value: evidence against benchmark</p><p class="MsoNoSpacing"><span>o&nbsp;&nbsp; </span>Large p-value: difference reflects random variation&nbsp;</p><p class="MsoNoSpacing"><span>o&nbsp;&nbsp; </span>Rule of thumb: Large absolute t-statistics (+/- 2) indicate strong evidence against benchmark</p>
22
New cards

Two-Sample t-test

A test used to compare the average outcomes of two groups to evaluate if the observed gap is larger than sampling noise.

Interpretation:

o   Small p-value: groups differ significantly

o   Large p-value: gap may simply reflect noise

o   Rule of thumb: Large absolute t-statistics (+/- 2) indicate strong evidence

<p>A test used to compare the average outcomes of two groups to evaluate if the observed gap is larger than sampling noise.</p><p></p><p>Interpretation:</p><p class="MsoNoSpacing"><span>o&nbsp;&nbsp; </span>Small p-value: groups differ significantly</p><p class="MsoNoSpacing"><span>o&nbsp;&nbsp; </span>Large p-value: gap may simply reflect noise</p><p class="MsoNoSpacing"><span>o&nbsp;&nbsp; </span>Rule of thumb: Large absolute t-statistics (+/- 2) indicate strong evidence</p>
23
New cards

One-Way ANOVA

A statistical test that evaluates whether multiple groups have the same average outcome, though it does not identify which specific groups differ.

Interpretation:

o   Small p-value: at least one group differs

o   Compute F-statistic and p-value

<p>A statistical test that evaluates whether multiple groups have the same average outcome, though it does not identify which specific groups differ.</p><p></p><p>Interpretation:</p><p class="MsoNoSpacing"><span>o&nbsp;&nbsp; </span>Small p-value: at least one group differs</p><p class="MsoNoSpacing"><span>o&nbsp;&nbsp; </span>Compute F-statistic and p-value</p>
24
New cards

Chi-Squared Test

A test used to compare observed category frequencies with expected frequencies to determine if there is a statistical association between categorical variables.

Interpretation:

o   Small p-value: evidence of association between categories

o   Large p-value: observed differences in frequencies may reflect random variation

o   Large x2-statistics indicate strong evidence of association

<p>A test used to compare observed category frequencies with expected frequencies to determine if there is a statistical association between categorical variables.</p><p></p><p>Interpretation:</p><p class="MsoNoSpacing"><span>o&nbsp;&nbsp; </span>Small p-value: evidence of association between categories</p><p class="MsoNoSpacing"><span>o&nbsp;&nbsp; </span>Large p-value: observed differences in frequencies may reflect random variation</p><p class="MsoNoSpacing"><span>o&nbsp;&nbsp; </span>Large <em>x</em><sup>2</sup>-statistics indicate strong evidence of association</p>
25
New cards

General Equilibrium (GE)

An economic framework that looks at the whole economy where all markets affect each other and balance simultaneously.

26
New cards

Partial Equilibrium (PE)

Looks at just one market or a few variables, assuming everything else in the economy stays the same.

27
New cards

Ceteris Paribus

A Latin phrase meaning "all other things being equal," used to study the relationship between two variables while keeping other factors constant.

28
New cards

Purpose of a regression model

o   links an outcome variable Y to explanatory variables X

o   estimates the direction and magnitude of relationships

29
New cards

Correlation (r)

is a unit-free, symmetric measure of linear association between two variables, bounded in [−1,1].

30
New cards

regression slope (β) - regression coefficients

has units (change in Y per one-unit change in X), is not symmetric (X on Y differs from Y on X), and in multiple regression measures the effect of X holding other variables constant.

31
New cards

Adjusted R2

proportion of the variation in Y explained by the model (0 ≤R2≤1). If R² = 1 then it is perfect model fit.

Adjusted R² penalizes unnecessary variables and only increases when a new variable improves the model enough.

- Penalizes adding irrelevant variables

- prevents improvement from ad-hog regressors

- High R2 does not guarantee reliable model, because some variables are unnecessary

32
New cards

Ordinary Least Squares (OLS)

An estimation approach that determines the "best" parameter values by minimizing the sum of the squared prediction errors (residuals).

33
New cards

Residuals

The vertical distances between the observed values and the fitted regression line, representing the unexplained stochastic variation.

34
New cards

Gauss-Markov Theorem

A theorem stating that under certain assumptions, the OLS estimator is the BLUE (Best Linear Unbiased Estimator).

·       Best: minimum variance among linear unbiased estimators

·       Linear: linear in parameters

·       Unbiased: estimates the true coefficient on average

·       Estimator: a statistical rule for estimating coefficients

35
New cards

Gauss–Markov assumptions for the classical linear model

1. Linearity in parameters.

2. Random sampling / exogenous regressors: E(ε|X) = 0.

3. No perfect multicollinearity among regressors.

4. Homoskedasticity: Var(εi) = σ2 (constant).

5. No autocorrelation: Cov(εi,εj) = 0 for i̸= j.

36
New cards

Homoskedasticity

An OLS assumption that the residual variance remains approximately constant: Var(εiXi)=σ2\text{Var}(\text{ε}_i | X_i) = \text{σ}^2. Violation leads to heteroskedasticity.

37
New cards

Durbin-Watson (DW) statistic

A diagnostic tool used to check for autocorrelation in residuals; a value near 22 indicates little evidence of correlation.

38
New cards

Multicollinearity

A situation where explanatory variables strongly duplicate each other, which inflates standard errors; it is detected using the Variance Inflation Factor (VIF>10VIF > 10).

39
New cards

R-squared (R2R^2)

The proportion of variation in the dependent variable YY explained by the model, calculated as ESSTSS\frac{ESS}{TSS}; higher values indicate better in-sample fit.

- Measures the proportion of variation in Y

- Higher R2 indicates better in-sample fit

- No penalty for adding un-/related variables

40
New cards

F-Test

A test of overall model significance that evaluates whether all coefficients are jointly equal to zero (H0:β1=β2=βk=0H_0: \text{β}_1 = \text{β}_2 = \text{β}_k = 0).

41
New cards

Akaike Information Criterion (AIC)

An information criterion that prioritizes model fit and tends to select more flexible models while balancing model complexity.

42
New cards

Exogeneity

The assumption that explanatory variables are unrelated to the error term (E(εiXi)=0E(\text{ε}_i | X_i) = 0); violation leads to endogeneity.

43
New cards

3 Common estimation approaches

·    Generalized Method of Moment (GMM): matches theoretical and sample moments

·    Maximum Likelihood Estimation (MLE): chooses parameter that maximize likelihood of observing the data

·    Ordinary Least Squares Estimation (OLS): minimizes prediction errors

Widely used because it’s simple, interpretable, and statistically reliable

44
New cards

Model representation

Population relationship: Y = f(x) + ε in linear regression → Y = β0 + β1X + ε

 Sample-based estimated relationship: Ŷ = f̂(X) Ŷ = β̂ + β̂X

45
New cards

Left panel (simple linear regression, line)

·  OLS estimates the best-fit line: Ŷ = β̂ + β̂X

 · Dashed line represents predictable component

· Vertical distances between line and observation are residuals: ei = Yi - Ŷi

46
New cards

Right panel (multiple regression, plane)

·  With multiple explanatory variables, fitted relation becomes a best-fit plane for Ŷ

· Residuals measure the unexplained (stochastic) variation around the fitted surface

47
New cards

Variation decomposition

TSS: Total Sum of Squares (total variation in Y)

ESS: Explained Sum of Squares (variation explained by the model)

RSS: Residual Sum of Squares (unexplained variation)

48
New cards

Adjusted R2

to compare models

- Penalizes adding irrelevant variables

- prevents improvement from ad-hog regressors

- High R2 does not guarantee reliable model

49
New cards

Residual Standard Error

average magnitude of unexplained variation remaining after fitting model

To practically measure prediction accuracy, we rely on the squared residuals summarized through the Residual standard Error (RSE).

Smaller RSE indicates predictions are closer to observed values.

<p><span style="line-height: 18.4px;">average magnitude of unexplained variation remaining after fitting model</span></p><p>To practically measure prediction accuracy, we rely on the squared residuals summarized through the <strong>Residual standard Error (RSE).</strong></p><p class="MsoNoSpacing">Smaller RSE indicates predictions are closer to observed values.</p><p class="MsoNoSpacing"></p>
50
New cards

Why is residual diagnostic important?

Residuals (ei = yi−ˆyi) capture the part of the dependent variable’s variation that the deterministic component of the model fails to explain, and therefore falls into the error term. If the model is well designed and accurately estimated, residuals should look like random noise. Checking them tells us whether the Gauss–Markov assumptions hold; if they are violated, our standard errors, p-values and CIs can be wrong.

Diagnostic issues: Heteroskedasticity, Autocorrelation, Non-normality / outliers , Non-linearity / omitted variables

51
New cards

Prediction errors

after fitting the model, part of the variation in Y remains unexplained, causing predicted values to differ from observed values

52
New cards

Statistical Model Building Framework

Pre-Modeling Phase:

o   Model specification

o   Data preparation

o   Data exploration

 

Modeling Phase:

o   Define estimation method

o   Estimate model coefficients

o   Check whether assumptions hold

 

Post Modeling (Diagnostic Phase):

o   Models fit & explanatory power

o   Residual diagnostic tests

o   Assess robustness & visual diagnostics

53
New cards

Causality

o   Not only established by correlation alone

o   Requires theory, identification strategies, research design that isolate effect of X on Y

o   Direction of relationship matters: if X → Y ; Y → X ; or X and Y both interact simultaneously

 

→ Relationship Distortion: through hidden factors (confounders Z → X ; Z → Y)

→ Artificial relationships: created through incorrect control for colliders (X → Z ←Y)

54
New cards

Model structure

Dependent variable (Y): the outcome to be explained

Independent variable(s) (X): the explanatory factors

55
New cards

Population

The complete set of all units of interest

56
New cards

Sample

The observed subset drawn from the population

57
New cards

Parameter

A fixed, usually unknown numerical feature of the population (µ, σ, π)

58
New cards

Statistics

A quantity computed from the sample (x, s, p); it estimates the parameter and varies from sample to sample

parameters describe populations; statistics describe samples. We use a statistic to estimate a parameter (unknown).

59
New cards

Explain how the following concepts build the foundation of statistics: Population → Sample → Distribution

  • Population: The entire group we want to study.

  • Sample: A subset of the population used to collect data.

  • Distribution: Shows how the sample data are spread (e.g., mean, variance, shape), allowing us to infer characteristics of the population.

Key idea: We collect a sample from a population, analyze its distribution, and make conclusions about the population.

60
New cards

Why are data preparation and visualisation essential in empirical analysis, and how can weaknesses in these steps distort or bias the entire inference process?

  • Data preparation ensures data are clean, complete, and accurate (handling missing values, errors, outliers).

  • Visualisation helps detect patterns, trends, outliers, and data problems.

  • Poor preparation or misleading visualisations can introduce bias, distort results, and lead to incorrect conclusions.

Key idea: "Garbage in, garbage out"—poor data quality leads to poor inference.

61
New cards

How do visualisation and summary statistics contribute to model specification?

  • Visualisation reveals relationships, trends, non-linearity, and outliers.

  • Summary statistics (mean, median, variance, correlation) describe the main features of the data.

  • Together, they help choose the appropriate statistical model and check model assumptions.

62
New cards

What is the role of the literature in guiding statistical modelling?

  • Literature provides theory and evidence to identify relevant variables and relationships.

  • It guides model selection, assumptions, and interpretation of results.

  • It helps avoid omitted-variable bias and ensures the model is scientifically justified.