Closed andrelcgt closed 1 year ago
In ols.py class OLS_BetaN this line r_beta = pd.ols(y=y, x=x, window_type='full_sample') is raising an error because pd.ols no longer exists. I think it should be replaced by sm.ols.
In ols.py class OLS_BetaN this line r_beta = pd.ols(y=y, x=x, window_type='full_sample') is raising an error because pd.ols no longer exists. I think it should be replaced by sm.ols.