- 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?
Analysis of Variance or ANOVA
This is a tool to review a regression analysis and decompose the contribution of the variation in the independent X variable and the variation in the error (or residual) term in predicting the variation in the dependent Y variable.
Regression Sum of Squares (RSS) measures the amount of variation in Y that is explained by the variation in X.
Mean Sum of Squares of the Regression (MSSR) = RSS/degrees of freedom
Sum of the Squares of the Errors (SSE) measures the amount of variation in Y that is explained by the variation in the error term.
Mean Sum of Squares of the Errors (MSSE) = SSE/(n - x variables - 1)
√MSSE = SEE
Be careful not to confuse SSE with the Standard Error of the Estimate (SEE) – SEE is one standard deviation above and below the model line, while SSE is measure of the error term’s contribution to the explanation of the dependent variable.
Total Sum of Squares (TSS) indicates the total amount in variation in Y and equals RSS + SSE.
Note that mathematical relationships exist among R2yx, RSS, SSE, and TSS, enabling the analyst to derive one value, if given values for the others. Knowing these relationships can save you time on the exam and greatly simplify a problem that appears complex.
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.