4D regression

조회 수: 7 (최근 30일)
Donald Hume
Donald Hume 2011년 9월 21일
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

채택된 답변

the cyclist
the cyclist 2011년 9월 21일
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
Donald Hume
Donald Hume 2011년 9월 21일
Great, thanks.

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Sean de Wolski
Sean de Wolski 2011년 9월 21일
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.

카테고리

Help CenterFile Exchange에서 Linear Regression에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by