Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Provide an API for linearmodels #3

Open
s3alfisc opened this issue Sep 25, 2022 · 1 comment · May be fixed by #7
Open

Provide an API for linearmodels #3

s3alfisc opened this issue Sep 25, 2022 · 1 comment · May be fixed by #7
Milestone

Comments

@s3alfisc
Copy link
Member

No description provided.

@amichuda
Copy link
Collaborator

sorry for the delay into getting this. I looked into linearmodels. All covariance type parameters are coming in through https://github.com/bashtage/linearmodels/blob/9cc61bdb9ffb27c005d022315636aaaf2aca6fda/linearmodels/panel/covariance.py#L719 and from there each covariance type class inherits from https://github.com/bashtage/linearmodels/blob/9cc61bdb9ffb27c005d022315636aaaf2aca6fda/linearmodels/panel/covariance.py#L38

I think our approach should then be to also inherit HomoskedasticCovariance and provide a plug and play way to just insert into linearmodels

Your implementation of boot_algo_3 is perfect to test this out. Will let you know how it goes!

@amichuda amichuda linked a pull request Oct 12, 2022 that will close this issue
@amichuda amichuda added this to the v0.1 milestone Oct 12, 2022
@s3alfisc s3alfisc modified the milestones: v0.1 , v0.3 Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants