-
Notifications
You must be signed in to change notification settings - Fork 6
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
Multivariant regression? #6
Comments
There is a multivariate regression function |
Thanks Pan, great I'll test out the multiple independent variable capabilities. Afraid I can't help develop much at the moment as am new to nonparametric regression. |
Any tips how to adjust the bias/variance trade off for Also ran into this:
which I worked around by changing line 96 of regression.jl from |
Yes the function will predict the y on Thanks for catching this bug. It is fixed in the master branch. |
Is there a plan to extend to multivariate local linear regression? My understanding is that such regressions have substantially better properties than local constant ones. I also think that there is a similar implementation in https://github.com/mcreel/Econometrics.jl |
Thank you for interested in the package. Local linear regression is much more complicated and computationally intensive but it is on the plan. |
Hi there, nice package. Any plans/capabilities for multiple regression, several independent variables, or multivariant regression (more than one dependent variable) ?
The text was updated successfully, but these errors were encountered: