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 Center および MATLAB AnswersDescriptive 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