Skip to content

Commit

Permalink
update lms
Browse files Browse the repository at this point in the history
  • Loading branch information
jbytecode committed Apr 11, 2023
1 parent 125af4b commit 00012a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lms.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ searches for regression coefficients which minimize (h)th ordered squared residu
- `["S"]`: Standard error of regression
- `["outliers"]`: Array of indices of outliers
- `["objective"]`: LMS objective value
- `["coef"]`: Estimated regression coefficients
- `["betas"]`: Estimated regression coefficients
- `["crit"]`: Threshold value.
Expand All @@ -48,7 +48,7 @@ Dict{Any,Any} with 6 entries:
"S" => 1.17908
"outliers" => [14, 15, 16, 17, 18, 19, 20, 21]
"objective" => 0.515348
"coef" => [-56.1972, 1.1581]
"betas" => [-56.1972, 1.1581]
"crit" => 2.5
```
Expand Down

0 comments on commit 00012a7

Please sign in to comment.