Regression Utilities

A variety of regression utilities
1.5K descargas
Actualizado 15 Nov 2020

Ver licencia

This zip file contains 11 functions related to regression. The functions are:

1) cookdist.m - Cook's distance for data points
2) dregr.m - Deming regression
3) irsvdregr.m - Iterative Reweighted Least Squares (IRLS) regression
4) ladratregr.m - Least Absolute Deviation (LAD) rational regression
5) ladregr.m - Least Absolute Deviation (LAD) regression
6) lregr.m - Linear regression
7) ratregr.m - Weighted least squares rational regression
8) ripley.m - Total Least Squares (TLS) linear polynomial using Ripley's algorithm
9) svdregr.m - Weighted least squares regression using singular value decomposition
10) totregr.m - Total Least Squares regression using the Delta Method
11) tsregr.m - Theil-Sen estimator

Citar como

Joe Henning (2024). Regression Utilities (https://www.mathworks.com/matlabcentral/fileexchange/43135-regression-utilities), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R14SP3
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Descriptive Statistics en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.3.0.0

updated header comments

1.2.0.0

Added dregr.m, lregr.m, and tsregr.m

1.1.0.0

Added cookdist.m, ladratregr.m, and ratregr.m

1.0.0.0