Skip to content

Commit 00012a7

Browse files
committed
update lms
1 parent 125af4b commit 00012a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/lms.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ searches for regression coefficients which minimize (h)th ordered squared residu
3333
- `["S"]`: Standard error of regression
3434
- `["outliers"]`: Array of indices of outliers
3535
- `["objective"]`: LMS objective value
36-
- `["coef"]`: Estimated regression coefficients
36+
- `["betas"]`: Estimated regression coefficients
3737
- `["crit"]`: Threshold value.
3838
3939
@@ -48,7 +48,7 @@ Dict{Any,Any} with 6 entries:
4848
"S" => 1.17908
4949
"outliers" => [14, 15, 16, 17, 18, 19, 20, 21]
5050
"objective" => 0.515348
51-
"coef" => [-56.1972, 1.1581]
51+
"betas" => [-56.1972, 1.1581]
5252
"crit" => 2.5
5353
```
5454

0 commit comments

Comments
 (0)