Effacer les filtres
Effacer les filtres

4D regression

8 vues (au cours des 30 derniers jours)
Donald Hume
Donald Hume le 21 Sep 2011
Hello,
I have a data set (ie a = f(x,y,z)). I'm trying apply a regression to it, but all I can seem to find are articles fitting z = f(x,y). Could someone please point me at a relevant article, I believe I'm having difficulties because of my incorrect regression vernacular. Any suggestions are appreciated.
Don

Réponse acceptée

the cyclist
the cyclist le 21 Sep 2011
This is typically known as either "multiple regression" or "multivariate regression". That should help you find resources online. You can use the regress() function to do it in MATLAB.
  1 commentaire
Donald Hume
Donald Hume le 21 Sep 2011
Great, thanks.

Connectez-vous pour commenter.

Plus de réponses (1)

Sean de Wolski
Sean de Wolski le 21 Sep 2011
Is it a polynomial you're looking for? If so - write out the equations and then put them in matrix form and solve them using ax=b. We can help more if you give us significantly more information.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by