Regression Utilities

版本 1.3.0.0 (14.7 KB) 作者: Joe Henning
A variety of regression utilities
1.5K 次下载
更新时间 2020/11/15

查看许可证

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

引用格式

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

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

Community Treasure Hunt

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

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