OLS

버전 1.2.0.0 (5.58 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