Dev#50
Merged
Merged
Conversation
…ngRegressor class
Update fama_macbeth.py
Create cross_sectional_regression
Update newey_west_ttest_1samp.py
return BatchRegressionResult adding lambda. alpha and their t value
convert input type of academic factor into list of pd.Series return more statistics : residuals, r2, r2_adj
update cross_sectional_regression, fama_macbeth
imput: BatchRegressionResult return: t values of each parameter (N*K)
Add the packaging of r2, r2_adj and residuals: r2, r2_adj: DataFrame (if y is Series) residuals: dictionary of DataFrame, T*W*N. If axis=1 or window=None, it is a T*N DataFrame
update regression.py and create newey_west_t_statistics.py
add plot functions of evaluate_stability and evaluate_cumulative_alpha
creat test functions including LaTex table and stablity figures
FIxed a couple of minor bugs
add independent double sort
Update eva_utils.py
correct some bugs and create two demos
create factor evaluation guide and create some bugs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.