Method used in regress function?
1 次查看(过去 30 天)
显示 更早的评论
I was wondering which method is used in the regress() function. Its not stepwise as there is another dedicated function for that. So is it hierarchical? forced-entry?
0 个评论
采纳的回答
the cyclist
2012-2-14
If you type "edit regress", you can see the references for the algorithms, including annotations of the particular equations being used. I am not an expert, but I believe it is "forced entry", because all explanatory variables are used, with no implied ordering.
更多回答(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!