OLS

This functions implements the algorithm of Orthogonal Least Squares.It can be used to rank regressor
5,8K download
Aggiornato 2 dic 2014

Visualizza la licenza

[x, ind] = OLS(A,b,r) gives the solution to the least squares problem
using only the best r regressors chosen from the ones present in matrix A.
This function also returns in the vector ind the indexes of the
best r regressors (i.e., the best columns of A to use).

Cita come

Marco Cococcioni (2024). OLS (https://www.mathworks.com/matlabcentral/fileexchange/15902-ols), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2007a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Linear and Nonlinear Regression in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.2.0.0

Little improvements on the documentation.

1.1.0.0

Little improvement to the short description of the function.

1.0.0.0