Multiple Regression

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

1/307

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 9:32 PM on 5/19/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

308 Terms

1
New cards

Why is a simple one-factor linear regression model often inadequate in finance and economics?

Financial and economic relationships are often influenced by multiple variables.

2
New cards

What does multiple regression allow an analyst to do?

Consider multiple independent variables at the same time.

3
New cards

What are three common uses of multiple regression models?

Identify relationships between variables, forecast variables, and test existing theories.

4
New cards

How can multiple regression identify relationships between variables?

By estimating how several factors are related to a dependent variable.

5
New cards

How can multiple regression be used for forecasting?

By using independent variables to predict a dependent variable.

6
New cards

How can multiple regression test theories?

By evaluating whether certain variables explain an outcome after controlling for other factors.

7
New cards

What is the general multiple linear regression model?

Yᵢ = b₀ + b₁X₁ᵢ + b₂X₂ᵢ + ... + bₖXₖᵢ + εᵢ.

8
New cards

In the general model, what does Yᵢ represent?

The ith observation of the dependent variable.

9
New cards

In the general model, what does Xⱼ represent?

An independent variable.

10
New cards

In the general model, what does Xⱼᵢ represent?

The ith observation of the jth independent variable.

11
New cards

In the general model, what does b₀ represent?

Intercept term.

12
New cards

In the general model, what does bⱼ represent?

Slope coefficient for an independent variable.

13
New cards

In the general model, what does εᵢ represent?

Error term for the ith observation.

14
New cards

In the general model, what does n represent?

Number of observations.

15
New cards

In the general model, what does k represent?

Number of independent variables.

16
New cards

What does the regression methodology estimate?

The intercept and slope coefficients.

17
New cards

What does multiple regression minimize?

The sum of squared error terms.

18
New cards

What is the formula for the sum of squared errors?

Σᵢ₌₁ⁿ εᵢ².

19
New cards

What is the estimated multiple regression equation?

Ŷᵢ = b̂₀ + b̂₁X₁ᵢ + b̂₂X₂ᵢ + ... + b̂ₖXₖᵢ.

20
New cards

What does the hat symbol indicate in regression output?

An estimate.

21
New cards

What does Ŷᵢ represent?

Predicted value of the dependent variable.

22
New cards

What does b̂₀ represent?

Estimated intercept.

23
New cards

What does b̂ⱼ represent?

Estimated slope coefficient.

24
New cards

What is a residual?

The difference between the observed value and the predicted value.

25
New cards

What is the formula for a residual?

ε̂ᵢ = Yᵢ − Ŷᵢ.

26
New cards

What is the expanded formula for a residual?

ε̂ᵢ = Yᵢ − (b̂₀ + b̂₁X₁ᵢ + b̂₂X₂ᵢ + ... + b̂ₖXₖᵢ).

27
New cards

If the residual is positive, what does that mean?

The actual value is above the predicted value.

28
New cards

If the residual is negative, what does that mean?

The actual value is below the predicted value.

29
New cards

If the residual is zero, what does that mean?

The prediction equals the observed value.

30
New cards

What is the null hypothesis commonly tested for a regression coefficient?

The slope coefficient equals zero.

31
New cards

What does a slope coefficient of zero imply?

No linear relationship with the dependent variable, holding other variables constant.

32
New cards

What is a p-value?

The smallest significance level at which the null hypothesis can be rejected.

33
New cards

How is coefficient significance tested using a p-value?

Compare the p-value to the chosen significance level.

34
New cards

What decision is made if p-value < significance level?

Reject the null hypothesis.

35
New cards

What decision is made if p-value > significance level?

Do not reject the null hypothesis.

36
New cards

What does rejecting the null hypothesis for a coefficient suggest?

The variable is statistically significant.

37
New cards

What does failing to reject the null hypothesis for a coefficient suggest?

The variable is not statistically significant.

38
New cards

How is the intercept interpreted in multiple regression?

Expected value of the dependent variable when all independent variables equal zero.

39
New cards

How is a slope coefficient interpreted in multiple regression?

Expected change in the dependent variable for a one-unit increase in that independent variable, holding the other independent variables constant.

40
New cards

Why are multiple regression slope coefficients called partial slope coefficients?

They measure the effect of one independent variable while holding the others constant.

41
New cards

What phrase is essential when interpreting a multiple regression slope coefficient?

Holding the other independent variables constant.

42
New cards

Why can a coefficient change when another independent variable is added?

The model now controls for the added variable.

43
New cards

If an independent variable's coefficient is positive, what does that imply?

The dependent variable is expected to increase as that variable increases, holding others constant.

44
New cards

If an independent variable's coefficient is negative, what does that imply?

The dependent variable is expected to decrease as that variable increases, holding others constant.

45
New cards

If a slope coefficient is 2.5, how should it be interpreted?

A one-unit increase in that variable is associated with a 2.5-unit increase in the dependent variable, holding other variables constant.

46
New cards

If a slope coefficient is −0.3, how should it be interpreted?

A one-unit increase in that variable is associated with a 0.3-unit decrease in the dependent variable, holding other variables constant.

47
New cards

What is the first assumption of multiple linear regression?

A linear relationship exists between the dependent variable and the independent variables.

48
New cards

What is the second assumption of multiple linear regression?

The residuals are normally distributed.

49
New cards

What is the third assumption of multiple linear regression?

The variance of the error terms is constant for all observations.

50
New cards

What is the fourth assumption of multiple linear regression?

The residual for one observation is not correlated with the residual for another observation.

51
New cards

What is the fifth assumption of multiple linear regression?

The independent variables are not random, and there is no exact linear relationship between two or more independent variables.

52
New cards

What does constant variance of error terms mean?

Homoskedasticity.

53
New cards

What is the opposite of homoskedasticity?

Heteroskedasticity.

54
New cards

What does uncorrelated residuals mean?

No serial correlation among residuals.

55
New cards

What does no exact linear relationship among independent variables mean?

No perfect multicollinearity.

56
New cards

Why are residual plots used?

To provide preliminary evidence of possible violations of regression assumptions.

57
New cards

What should a residuals-versus-predicted-values plot ideally show?

Random scatter around zero with no systematic pattern.

58
New cards

What does random scatter around zero in a residual plot suggest?

Residuals are independent of predicted values.

59
New cards

What does a systematic pattern in residuals versus predicted values suggest?

Possible model misspecification or nonlinearity.

60
New cards

What does increasing spread in a residual plot suggest?

Nonconstant variance.

61
New cards

What does decreasing spread in a residual plot suggest?

Nonconstant variance.

62
New cards

What does a funnel shape in residuals suggest?

Heteroskedasticity.

63
New cards

What should a residuals-versus-independent-variable plot ideally show?

Random scatter around zero with no directional pattern.

64
New cards

What does a directional relationship between residuals and an independent variable suggest?

The model may be missing a nonlinear term or may be misspecified.

65
New cards

What does it mean if residuals are scattered around zero across values of the independent variables?

Residuals are unrelated to the independent variables.

66
New cards

What is a Normal Q-Q plot used to assess?

Whether residuals are normally distributed.

67
New cards

What should a Normal Q-Q plot look like if residuals are normally distributed?

Points should fall approximately along a straight diagonal line.

68
New cards

What does deviation from the diagonal line in a Q-Q plot suggest?

Residuals may not be normally distributed.

69
New cards

What does a fat-tailed residual distribution look like in a Q-Q plot?

More observations appear far from the diagonal line in the tails.

70
New cards

What does right skewness look like in a Q-Q plot?

Observations in the right tail are above the theoretical distribution line.

71
New cards

What does left skewness look like in a Q-Q plot?

Observations in the left tail deviate below the theoretical distribution line.

72
New cards

In a standard normal distribution, approximately what percent of observations should be below −1.65 standard deviations?

5%.

73
New cards

If many observations fall beyond ±2 standard deviations, what does that suggest?

The residuals may have fat tails or outliers.

74
New cards

If there is an outlier beyond −3 standard deviations, what does that suggest?

A potentially extreme residual observation.

75
New cards

What is the formula for predicted value in multiple regression?

Ŷᵢ = b̂₀ + b̂₁X₁ᵢ + b̂₂X₂ᵢ + ... + b̂ₖXₖᵢ.

76
New cards

What is the formula for residual error?

ε̂ᵢ = Yᵢ − Ŷᵢ.

77
New cards

What is the formula for the regression model with two independent variables?

Y = b₀ + b₁X₁ + b₂X₂ + ε.

78
New cards

What is the formula for the estimated regression with two independent variables?

Ŷ = b̂₀ + b̂₁X₁ + b̂₂X₂.

79
New cards

What is the formula minimized by least squares regression?

Σᵢ₌₁ⁿ εᵢ².

80
New cards

What rule should be used for p-values?

Reject if p-value < significance level; do not reject if p-value > significance level.

81
New cards

What is the key interpretation rule for slope coefficients in multiple regression?

One-unit change in one variable changes the expected dependent variable by the coefficient amount, holding other variables constant.

82
New cards

What is the key interpretation rule for the intercept?

Expected dependent variable value when all independent variables equal zero.

83
New cards

What is the key residual plot rule?

Random scatter around zero is desirable; patterns suggest assumption violations.

84
New cards

What is the key Q-Q plot rule?

Points near the diagonal support normality; systematic deviations suggest nonnormality.

85
New cards

What is regression model specification?

Selection of explanatory variables and any transformations of those variables.

86
New cards

What should the chosen independent variables have?

Economic rationale.

87
New cards

What does it mean for a model to be parsimonious?

Simple and efficient.

88
New cards

What should a properly specified model do outside the sample?

Perform well.

89
New cards

What should a properly specified model not violate?

Key regression assumptions.

90
New cards

What are common forms of functional form misspecification?

Omitted variables, inappropriate variable form, inappropriate variable scaling, and improperly pooled data.

91
New cards

What is omitted variable misspecification?

Leaving out one or more variables that should be included based on economic theory.

92
New cards

What is the effect of omitting an important independent variable?

Biased and inconsistent regression parameters.

93
New cards

What residual problems can omitted variables cause?

Serial correlation or heteroskedasticity.

94
New cards

If an omitted variable is correlated with included independent variables, what happens?

The error term becomes correlated with those included variables.

95
New cards

If the error term is correlated with independent variables, what happens to coefficient estimates?

They become biased and inconsistent.

96
New cards

If an omitted variable is uncorrelated with the included independent variables, what is biased?

The intercept.

97
New cards

If an omitted variable is uncorrelated with the included independent variables, what happens to slope estimates?

They can still be correct.

98
New cards

What does omission mean in model specification?

A relevant variable is excluded from the model.

99
New cards

Is leaving out a highly correlated variable always an omitted variable problem?

No.

100
New cards

When might leaving out a variable be acceptable?

When the variable is highly correlated with another included variable and creates multicollinearity concerns.