- CFA L2: Quantitative Methods - Introduction
- Quants: Correlation Analysis
- Quants: Single Variable Linear Regression Analysis
- Standard Error of the Estimate or SEE
- Confidence Intervals (CI) for Dependent Variable Prediction
- Coefficient of Determination (R-Squared)
- Analysis of Variance or ANOVA
- Multiple Regression Analysis
- Multiple Regression and Coefficient of Determination (R-Squared)
- Fcalc – the Global Test for Regression Significance
- Regression Analysis and Assumption Violations
- Qualitative and Dummy Variables in Regression Modeling
- Time Series Analysis: Simple and Log-linear Trend Models
- Auto-Regressive (AR) Time Series Models
- Auto-Regressive Models - Random Walks and Unit Roots
- ARMA Models and ARCH Testing
- How to Select the Most Appropriate Time Series Model?
Multiple Regression Analysis
Much of the concepts in simple regression are applicable, but watch out when determining your degrees of freedom for different analyses, as the values will be slightly different for models similar in observation count, but different in slope coefficient count.
Six Assumptions of Multiple Regression (very similar to simple regression)
Y and X must have a liner relationship.
X is not random and there is no multicollinearity among two or more of the independent variables.
The expected value of e is 0 (zero).
No heteroskedasticity, i.e., the error term’s variance is the same for all observations /does not exhibit a relationship with the independent variable.
No serial correlation, i.e. error terms are uncorrelated with one another across all observations.
The error term has a normal distribution.
Be sure to review and get comfortable with the standard form of a statistical software program’s output for a multiple variable regression analysis.
Example multiple regression equation: Yi = b0 + b1X1i + b2X2i + ei
You will need to be able to:
Use this equation to estimate a dependent variable (this becomes simple plug and chug once you are comfortable with the material)
Test the overall validity of a multiple regression model (see Fcalc below)
Perform tcalcs to test the validity of the y-intercept and individual slope coefficients.
Determine confidence intervals for individual slope coefficients.
Hypothesis testing to determine if a slope coefficient is statistically different from some specified value (maybe your colleague creating a similar model but deriving a different slope coefficient; this testing will determine if the difference is statistically significant).
Determine the Standard Error of the Estimate (SEE)
Data Science in Finance: 9-Book Bundle
Master R and Python for financial data science with our comprehensive bundle of 9 ebooks.
What's Included:
- Getting Started with R
- R Programming for Data Science
- Data Visualization with R
- Financial Time Series Analysis with R
- Quantitative Trading Strategies with R
- Derivatives with R
- Credit Risk Modelling With R
- Python for Data Science
- Machine Learning in Finance using Python
Each book includes PDFs, explanations, instructions, data files, and R code for all examples.
Get the Bundle for $39 (Regular $57)Free Guides - Getting Started with R and Python
Enter your name and email address below and we will email you the guides for R programming and Python.