Skip to content

Commit

Permalink
Update regression.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion authored Jun 8, 2022
1 parent aada0d7 commit 5ff1c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/regression.jl
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
posterior_μ = observations / (1 + σ^2)

# compare with empirical estimates
@test mean(samples) posterior_μ rtol = 0.02
@test mean(samples) posterior_μ rtol = 0.05
end
end

0 comments on commit 5ff1c7a

Please sign in to comment.