Method used in regress function?
    2 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Rodolphe
 el 14 de Feb. de 2012
  
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 comentarios
Respuesta aceptada
  the cyclist
      
      
 el 14 de Feb. de 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.
Más respuestas (0)
Ver también
Categorías
				Más información sobre Linear Regression en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

