How to run a multiple linear regression of this format?
조회 수: 4 (최근 30일)
이전 댓글 표시
I want to run a multiple linear regression model of this form:
where, is the intercept and all other β terms are the coefficients. ϵ is the error term.
are the different independent variables and y is the dependent variable.
are each 3-D arrays of dimension 60x57x30. I want to run the multiple linear regression model in such a way that the coefficients are all 2-D arrays of dimension 60x57. How to do that?
댓글 수: 0
답변 (1개)
Divyam Gupta
2021년 6월 9일
Hi,
As per my understanding, you want to run a multiple regression of a certain form with 3-dimensional data.
Please have a look at the following answer posted on MATLAB Central which discusses a similar issue as yours: https://www.mathworks.com/matlabcentral/answers/213867-how-to-curve-fit-4d-data
Hope this helps.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Linear Regression에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!