Curve fitting with more than 3 variables
68 views (last 30 days)
Show older comments
Hi! I am doing curve fitting with matlab at the moment and would like to do it with more than 3 variables.Is that possible and how can i do it? please see the screenshot, I can not add any further variables there. Thank you!
1 Comment
Mahdi
on 4 Jun 2014
Do you mean you want to do it in a higher dimension than 3D? Or more polynomial coefficients?
Accepted Answer
dpb
on 4 Jun 2014
That's correct; the cftool GUI is limited to curves or surfaces.
You can define other more general models you wish with with either GeneralizedLinearModels tools in the Statistics Toolbox (under 'regression') or can always write the normal equations directly and use the backslash ("\") operator to solve.
Details on what your inputs are and the desired model could lead to more specific responses.
0 Comments
More Answers (3)
dpb
on 5 Jun 2014
Edited: dpb
on 5 Jun 2014
Don't know about web sites; the Matlab doc starts under
doc
Open the Statistics Toolbox section, select "Regression and Classification" and then "Parametric Regression". Start at the bottom with the Concepts section and work your way thru to the Linear Models which is probably all you need.
ADDENDUM:
There's a little more to it than the following, but the general idea for indicator variables is easily seen in the following
For setting up contrasts between more locations, there are some restrictions on the dummy encoding. Any good text on regression will address it.
Tania
on 7 Jun 2014
3 Comments
John D'Errico
on 2 Dec 2018
I unaccepted this self answer, and accepted the Answer from dpb instead.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!