Method used in regress function?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposta accettata
the cyclist
il 14 Feb 2012
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.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Linear Regression in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!