Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
getzze committed Jun 2, 2023
1 parent 862de71 commit 64012b2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/robustridge.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ est2 = MEstimator(loss2)
RobustLinearModel, A, b, est; ridgeλ=10, ridgeG=float([0 0; 0 1]), kwargs...
)
m5 = fit(RobustLinearModel, A, b, est; ridgeλ=0.1, ridgeG=[0, 1], kwargs...)
m6 = rlm(
A, b, est; ridgeλ=0.1, ridgeG=[0, 1], dropcollinear=true, kwargs...
)
m6 = rlm(A, b, est; ridgeλ=0.1, ridgeG=[0, 1], dropcollinear=true, kwargs...)
m7 = rlm(A, b, est; ridgeλ=10, ridgeG=[0, 1], βprior=[0.0, 2.0], kwargs...)

VERBOSE && println("\n\t\u25CF Estimator: $(name)")
Expand Down

0 comments on commit 64012b2

Please sign in to comment.