Created
August 26, 2012 23:37
-
-
Save vincentarelbundock/3484388 to your computer and use it in GitHub Desktop.
Statsmodels example: Weighted Least Squares
I have not looked at this since I posted 8 years ago. I'm unlikely to find an answer for you. Sorry.
No worries, thanks anyway.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I was curious how you determined the weight for the WLS. I've seen somewhere w=1/(x^2), but what if the x data contain 0. Thanks.