OLS

版本 1.2.0.0 (5.6 KB) 作者: Marco Cococcioni
This functions implements the algorithm of Orthogonal Least Squares.It can be used to rank regressor
5.8K 次下载
更新时间 2014/12/2

查看许可证

[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).

引用格式

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

MATLAB 版本兼容性
创建方式 R2007a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Linear and Nonlinear Regression 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
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