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

[Pyferret] How to do Multivariate Linear Regression in pyferret? #117

Open
ruhuihuang opened this issue Jun 30, 2022 · 0 comments
Open

[Pyferret] How to do Multivariate Linear Regression in pyferret? #117

ruhuihuang opened this issue Jun 30, 2022 · 0 comments

Comments

@ruhuihuang
Copy link

We all know it is easy to do Linear Regression with one variable.
Here I was wonder how can we do Multivariate Linear Regression in pyferret?
For example, if we have three variables called X1,X2,X3,how can we realize multivariate Linear fit as the following formula to get all the slopes:
y=Slope1X1+Slope2X2+Slope3*X3+error
Looking forward to anyone's useful help, Thank you so much.

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

No branches or pull requests

1 participant