How to run a multiple linear regression of this format?
1 回表示 (過去 30 日間)
古いコメントを表示
I want to run a multiple linear regression model of this form:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/647130/image.png)
where,
is the intercept and all other β terms are the coefficients. ϵ is the error term.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/647135/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/647140/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/647145/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/647150/image.png)
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!