フィルターのクリア

How to run a multiple linear regression of this format?

4 ビュー (過去 30 日間)
Abhishek Chakraborty
Abhishek Chakraborty 2021 年 6 月 9 日
回答済み: Divyam Gupta 2021 年 6 月 9 日
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?

回答 (1 件)

Divyam Gupta
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.

カテゴリ

Help Center および File ExchangeLinear Regression についてさらに検索

製品


リリース

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by