Skip to content

Incorrect T-Stats in FamaMacBeth.py #27

Closed
@Liam3851

Description

@Liam3851

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions