-
Notifications
You must be signed in to change notification settings - Fork 114
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
OLS with collinearity and weights #420
Comments
Thanks for the detailed report. Would you make a (draft) PR to show what you suggest to change exactly? |
Sure. It'll take me a while unfortunately. Swamped at work ATM. |
Sorry it took so long. My PR seems to work correctly against a naive implementation:
|
I hit this too and came to the same diagnosis; I'll give your fix a try and see if it works in my case as well. |
This was fixed by 1459737 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am having a problem fitting an OLS model with weights and collinearity using GLM.jl.
Here is a simple example
I further narrowed this down to the following function call:
using
I get
and
Here is a naive implementation that seems to work:
The text was updated successfully, but these errors were encountered: