Skip to content

Commit 8f9e1a0

Browse files
committed
update documentation
1 parent 09047d0 commit 8f9e1a0

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ A Julia package for outlier detection in linear regression.
99
![](https://raw.githubusercontent.com/jbytecode/LinRegOutliers/master/docs/src/assets/logo.png)
1010

1111
## Implemented Methods
12+
1213
- Ordinary Least Squares and Weighted Least Squares regression
1314
- Regression diagnostics (DFBETA, DFFIT, CovRatio, Cook's Distance, Mahalanobis, Hadi's measure, etc.)
1415
- Hadi & Simonoff (1993)

docs/src/algorithms.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,11 @@ LinRegOutliers.theilsen
140140
LinRegOutliers.deepestregression
141141
```
142142

143+
## Robust Hat Matrix based Initial Subset Regressor
144+
```@docs
145+
LinRegOutliers.robhatreg
146+
```
147+
143148

144149

145150

docs/src/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
A Julia package for outlier detection in linear regression.
44

55
## Implemented Methods
6+
67
- Ordinary Least Squares and Weighted Least Squares regression
78
- Regression diagnostics (DFBETA, DFFIT, CovRatio, Cook's Distance, Mahalanobis, Hadi's measure, etc.)
89
- Hadi & Simonoff (1993)
@@ -32,8 +33,11 @@ A Julia package for outlier detection in linear regression.
3233
- Hadi (1994) Algorithm
3334
- Chatterjee & Mächler (1997)
3435
- Theil-Sen estimator for multiple regression
36+
- Deepest Regression Estimator
37+
- Robust Hat Matrix based Initial Subset Regressor
3538
- Summary
3639

40+
3741
[Algorithms](./algorithms.md)
3842

3943

0 commit comments

Comments
 (0)