Introduction to Econometrics – Simple Linear Regression with One Regressor

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

1/39

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering key terms and concepts from Lecture 4 on the simple linear regression model with one regressor.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

40 Terms

1
New cards

Econometrics

The scientific field that uses statistical methods to quantify economic relationships and test causal hypotheses.

2
New cards

Simple Linear Model (SLM)

Regression model Y = β0 + β1X + U with one regressor X, an intercept β0, slope β1, and error term U such that E(U|X)=0.

3
New cards

Independent and Identically Distributed (i.i.d.) Sample

A dataset {(Xi, Yi)} where each pair follows the same distribution as (X,Y) and observations are mutually independent.

4
New cards

Ordinary Least Squares (OLS)

Estimation technique that chooses β̂0 and β̂1 to minimise the sum of squared residuals.

5
New cards

OLS Slope Estimator (β̂1)

β̂1 = Σ(yi−ȳ)(xi−x̄) / Σ(xi−x̄)².

6
New cards

OLS Intercept Estimator (β̂0)

β̂0 = ȳ − β̂1x̄, where ȳ and x̄ are sample means of Y and X.

7
New cards

Population Slope (β1)

β1 = Cov(Y,X) / Var(X), the true linear relationship between X and Y in the population.

8
New cards

Population Intercept (β0)

β0 = E(Y) − β1E(X), the expected value of Y when X=0.

9
New cards

Residual (Ûi)

Difference between observed and fitted value: Ûi = Yi − β̂0 − β̂1Xi.

10
New cards

Estimator of σ² (σ̂²)

σ̂² = (1/(n−2)) Σ(yi − β̂0 − β̂1xi)²; unbiased under homoskedasticity.

11
New cards

Homoskedasticity (cHom)

Assumption that Var(U|X)=σ², i.e., constant error variance across all X.

12
New cards

Gauss-Markov Theorem

States that OLS gives the Best Linear Unbiased Estimator (BLUE) of β0 and β1 under the classical assumptions.

13
New cards

Conditional Unbiasedness

Property that E(β̂j|X)=βj for j=0,1; likewise E(σ̂²|X)=σ² under homoskedasticity.

14
New cards

Estimated Standard Error of β̂1

SE(β̂1)=√[σ̂² / Σ(xi−x̄)²].

15
New cards

Estimated Standard Error of β̂0

SE(β̂0)=√[ σ̂²(1/n + x̄² / Σ(xi−x̄)² ) ].

16
New cards

Predicted Value (ŷi)

ŷi = β̂0 + β̂1xi, the fitted value of Y for observation i.

17
New cards

Total Sum of Squares (TSS)

Σ(yi−ȳ)², measures total variation in Y.

18
New cards

Explained Sum of Squares (ESS)

Σ(ŷi−ȳ)², variation in Y explained by the regression.

19
New cards

R-squared (R²)

R² = ESS/TSS, proportion of variance in Y explained by X; lies between 0 and 1.

20
New cards

Root Mean Squared Error (RMSE)

Square root of the mean squared residuals; often reported as ‘Root MSE’ in software output.

21
New cards

Normality Assumption (N)

Assumption that U|X ~ N(0,σ²), enabling exact t-tests and confidence intervals.

22
New cards

t-distribution with (n−2) d.f.

Sampling distribution of (β̂j−βj)/SE(β̂j) under normality when two parameters are estimated.

23
New cards

Two-Sided t-Test for Slope

Test H0: β1=β1; reject if |(β̂1−β1)/SE(β̂1)| > t_{n−2,1−α/2}.

24
New cards

One-Sided t-Test for Slope

Test H0: β1≤β1* (or ≥) using critical value t{n−2,1−α} (or t{n−2,α}).

25
New cards

t-Test for Intercept

Analogous procedure using statistic (β̂0−β0*)/SE(β̂0).

26
New cards

Significance Level (α)

Probability of rejecting a true null hypothesis; common choices are 0.05 or 0.01.

27
New cards

Critical Value

Threshold from the t-distribution beyond which the null hypothesis is rejected.

28
New cards

Confidence Interval for β1

β̂1 ± t_{n−2,1−α/2}·SE(β̂1) gives a (1−α) coverage probability.

29
New cards

Confidence Interval for β0

β̂0 ± t_{n−2,1−α/2}·SE(β̂0).

30
New cards

Degrees of Freedom

n−k where k is the number of estimated parameters; equals n−2 in simple regression.

31
New cards

Scatterplot

Graph plotting observed (Xi,Yi) pairs; used to visualise the data and fitted line.

32
New cards

Regression Line

Graph of ŷ = β̂0 + β̂1X superimposed on a scatterplot.

33
New cards

F-Statistic

Overall test statistic for model significance; in simple regression F = t² for β̂1.

34
New cards

STATA

Statistical software package used to run regressions and produce output including coefficients, SEs, R², etc.

35
New cards

Location Model

Special case Y = μ + U; no regressors except intercept.

36
New cards

Sample Variance of X (Σ(xi−x̄)²)

Denominator in OLS slope and variance formulas; measures spread of X.

37
New cards

Coverage Probability

The probability that a confidence interval contains the true parameter value, e.g., 95% when α=0.05.

38
New cards

Covariance

Cov(Y,X) = E[(Y−EY)(X−EX)]; measures joint variability and appears in β1.

39
New cards

Variance

Var(X)=E[(X−EX)²]; denominator in β1 and key in standard error formulas.

40
New cards

Reproductive Property of Normal Distribution

Linear combinations of jointly normal variables are themselves normal; used to derive distribution of β̂.