opentaps / open-climate-investing

Application and data for analyzing and structuring portfolios for climate investing.
https://climate-investing-book.opensourcestrategies.com/v/main/book
GNU Affero General Public License v3.0
43 stars 15 forks source link

statistical validation of the BMG factor #4

Closed sichen1234 closed 2 years ago

sichen1234 commented 3 years ago

This is from pages 184 - 188 of the CARIMA paper, which shows these statistics to validate the BMG factor:

Screen Shot 2021-08-25 at 1 53 17 PM Screen Shot 2021-08-25 at 1 53 03 PM

Please build scripts to calculate these statistcs for BMG and other factors in our data so we could see how good different ways of constructing BMG benchmarks are.

sichen1234 commented 3 years ago

3 parts of validation:

  1. Correlation with the other factors - Determines if the BMG factor is different or already described by other factors
  2. Regression of stand error from 3-factor model (without BMG) against BMG factor - determines if the BMG factor has additional explanatory power on return residuals
  3. Panel regression - Determines if adding the additional BMG factor improves the model.
sichen1234 commented 3 years ago

Please look at

msci t-value is not significant

Why are the MSCI sector t-statistics significant but the overall market not?

sichen1234 commented 3 years ago

Here are the S&P 500 sector and market t-statistics.

Screen Shot 2021-09-23 at 9 42 16 AM

Here the overall market t-statistic is more significant but please check the numbers as well.

sichen1234 commented 3 years ago

The correlations with other factors is calculated: Screen Shot 2021-09-24 at 11 21 24 AM

Here are the predictive power (change in R2 and adjusted R2) for MSCI World and S&P 500: MSCI Predictive Power Table by Sector.csv

SP500 Predictive Power Table by Sector.csv

SP500 Predictive Power Table by Sub Sector.csv

sichen1234 commented 3 years ago

The key question now is whether the increase in R2 is significant. Are the standard errors of residuals smaller or more normal or in some ways "better"? The Barra MSCI E4 model showed an increase in R2 of 0.0066 vs E3 but did not go into any further analysis of it.