Skip to content

Incorrect T-Stats in FamaMacBeth.py #27

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
Liam3851 opened this issue Jan 3, 2011 · 1 comment
Closed

Incorrect T-Stats in FamaMacBeth.py #27

Liam3851 opened this issue Jan 3, 2011 · 1 comment

Comments

@Liam3851
Copy link
Contributor

Liam3851 commented Jan 3, 2011

Small bug in the FamaMacBeth class at lines 105-106-- the printed form of the regression results gives the STD twice, rather than the t-stat:

std_beta = self._results['std_beta'][i]
t_stat = self._results['std_beta'][i]

Last one should be t_stat instead of std_beta the second time.

@wesm
Copy link
Member

wesm commented Feb 20, 2011

fixed in git HEAD

This issue was closed.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants