Curve fitting with more than 3 variables

32 Ansichten (letzte 30 Tage)
Tania
Tania am 4 Jun. 2014
Kommentiert: John D'Errico am 2 Dez. 2018
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 Kommentar
Mahdi
Mahdi am 4 Jun. 2014
Do you mean you want to do it in a higher dimension than 3D? Or more polynomial coefficients?

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

dpb
dpb am 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.

Weitere Antworten (3)

dpb
dpb am 5 Jun. 2014
Bearbeitet: dpb am 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.
  3 Kommentare
dpb
dpb am 13 Jun. 2014
"More", I don't know would be a good way to put it; it's an alternative choice, yes. I really have no direct experience in the specific area of regression trees, sorry.
Don't know you've anything to lose by trying both and seeing which does a better job for your purposes on the data you have. You'll want to avoid making any generic conclusions from just a sample dataset results, obviously...
Tania
Tania am 13 Jun. 2014
ok great, thank you for your answer. I might try both.

Melden Sie sich an, um zu kommentieren.


Tania
Tania am 7 Jun. 2014
Thanks thats great!
  3 Kommentare
essa mohammed
essa mohammed am 12 Dez. 2017
????
John D'Errico
John D'Errico am 2 Dez. 2018
I unaccepted this self answer, and accepted the Answer from dpb instead.

Melden Sie sich an, um zu kommentieren.


ehsan brtn
ehsan brtn am 2 Dez. 2018
still i didn't find the answer

Kategorien

Mehr zu Historical Contests finden Sie in Help Center und File Exchange

Tags

Noch keine Tags eingegeben.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by