Quant Methods

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

1/43

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:54 AM on 7/7/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

44 Terms

1
New cards

Residual

difference between the observed value Yi and the predicted value from the regression Y^i

2
New cards

P-value

Smallest significance level which we can reject Ho

if p-value < significance level, null hypothesis can be rejected

if p-value > significance level, null hypothesis cannot be rejected

3
New cards

R²; Coefficient of Determination

Explained Variation (RSS) / Total Variation (SST)

Total Variation - Unexplained Variation / Total

SST-SEE/ SST

4
New cards

Overfitting

relatively high R² may reflect the impact of a large set of independent variables, rather than how efficiently the set explains the dependent variable

In this case adjust R² for number fo independent variables

5
New cards

Adjusted R²

lower than R², adjsuted for the number of independent variables to address overfitting

does not indicate the quality of model fit or statistical significance of slope coefficients

6
New cards

Akaike’s Information Criterion (AIC)

Evaluates quality of model fit among competing models for the same dependent variable; used if goal is to have better forecast

7
New cards

Bayesian Information Criterion (BIC)

Evaluates quality of model fit among competing models for the same dependent variable; Used if goal is to have better goodness of fit; lower values mean better goodness of fit

8
New cards

Nested Models

"Full” or “unrestricted” model has higher # of independent variables while the other “restricted” model has only a subset of independent variables

F test is used to evaluate

9
New cards

Omission of Important Variables

model misspecification; biased and inconsistent parameters, may lead to serial correlation or heteroskedasticity

10
New cards

Variables are not Appropriate Form

Relationship between independent and dependent variable; may lead to heteroskedasticity in residuals

11
New cards

Inappropriate Variable Scaling

variables may need to be transformdel; may lead to heteroskedasticity or multicollinearity

12
New cards

Data Pooled Improperly

data from different structural regimes combined in the sample; may lead to serial correlation or heteroskedasticity

13
New cards

Heteroskedasticity

variance of the error term is nonconstant

14
New cards

Unconditional Heteroskedasticity

not related to independent variables; causes no major problems

15
New cards

Conditional Heteroskedasticity

related to independent variables; causes problems

as independent variables increase, variance increase

t-stat and F-stats are unreliable, so are std errors; coefficients are still consistent and unbiased

16
New cards

Breusch- Pagan Test

use to test for conditional heteroskedasticity; significant value is evidence of hs

test significance of resulting R²; Ho = no heteroskedasticity

Chi-square test; one-tailed test bc heteroskedacity is only a problem if stats are too high

17
New cards

White-corrected Standard errors

used to correct heteroskedasticity; recalculate t-stats using these robust errors

18
New cards

Serial Correlation

Residual terms are correlated

t-stats are unreliable; too high = positive correlation, too low = negative correlation

19
New cards

Durbin-Watson statistic

used to test for serial correlation; only detects one lag

20
New cards

Breush-Godfrey Test

used to test for serial correlation; tests for multiple lags

F-distribution, uses residuals from teh original regression as the dependent variable

if BGstat < Fstat, fail to reject Ho ; if BGstat > Fstat, reject Ho

21
New cards

Newsy-West corrected standard errors

can correct serial correlation by using using these robust std errors

22
New cards

Multicollinearity

two or more “X” variables are highly correlated with each other

inflates std errors, reduces t-stats (artificially small, so variables falsely look unimportant)

Signs: significant F-stat by all t-stats are insignificant, high VIF

23
New cards

Variance Inflation Factor (VIF)

each “X” variable is regressed against other remaining Xs; shows multicollinearity

VIF = 1 → no correlation

VIF > 5 → needs further investigation

VIF > 10 → serious multicollinearity

24
New cards

High-Leverage point

an observation with an extreme value of an “X” variable

leverage is a standardized measure of distance of independent variable observations j from the sample mean and between 0-1

if leverage is 3x the average then the observation is potentially influential

25
New cards

Studentized Residuals

measure of identifying an outlier; DOF = n-k-2

if it is greater than the critical value of the t-stat, then the observation is potentially influential

26
New cards

Dummy Variables

Binary, can only take values of 0 or 1

27
New cards

Dummy Variable Trap

always use d-1 dummy variables to avoid multicollinearity use 3 dummies for 4 quarters)

28
New cards

Logistic Regression Model

estimate probability of an event based on its logistic distribution; probability of event is first converted to odds p/1-p; the log of offs is then used as the dependent variable

29
New cards

Likelihood Ratio

similar to the joint F-test for nested models, this is used for logistic regressions

LR has chi-squared distribution w/ q DOF; q = omitted variables in restricted model

30
New cards

Linear Trend Models

regression w/ time as the independent variable; predicted change in y is b1

31
New cards

Log-Linear Trend Model

assumes the dependent financial variable exhibits exponential growth; slope coefficient b1 is the constant growth

32
New cards

Autoregressive (AR) Models

dependent variable is regressed on prior values of itself, no independent variable

33
New cards

Covariance Stationarity

time series must adhere to this use autoregressive model

constant and finite expected value, constant and finite variance, constant and finite covariance w/ leading or lagged values

34
New cards

Mean Reversion

the value of the dependent variable tends to fall when above its mean and rise when below its mean; can use for AR models

35
New cards

Regression Coefficient Instability

estimated regression coefficients change from period to period, exhibiting instability or nonstationarity

creates tradeoff between statistical reliability of long time series and stability of short time series

AKA: current underlying economic & market conditions are a primary concern when selecting a time series sample period

36
New cards

Random Walks

value in one period = value in previous period + random error

37
New cards

Unit Roots

characteristic of a time series that makes it non-stationary; b1 = 1

38
New cards

First Differencing

used to remove unit roots / nonstationarity; if unit root is present, Xt - (Xt-1) = Et

create new dependent variable, y, defined as the change in x

39
New cards

Seasonality

time series shows consistent seasonal patterns; incorporate the seasonal component in AR(1) [Xt-4 in quarterly or Xt-12 in monthly models]

40
New cards

Autoregressive Conditional Heteroskedasticity (ARCH1)

occurs when variance of error is conditional on variance of error in a previous period;

std. errors, t-stats, & conclusions are incorrect

Detect using BP test; Correct using white-corrected std errors

41
New cards

Cointegration

two time series are related to teh same macro variables or follow the same trend

42
New cards
43
New cards
44
New cards