Skip to content

Commit

Permalink
Add line noting high verbosity output includes mean and standard devi…
Browse files Browse the repository at this point in the history
…ation of para estimates.
  • Loading branch information
chenwilliam77 committed Jan 4, 2021
1 parent 585caf8 commit 86e7170
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util.jl
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ function end_stage_print(cloud::Cloud, para_symbols::Vector{Symbol};
if VERBOSITY[verbose] >= VERBOSITY[:high]
μ = weighted_mean(cloud)
σ = weighted_std(cloud)
println("Mean and standard deviation of parameter estimates")
for n=1:length(para_symbols)
println("$(para_symbols[n]) = $(round(μ[n], digits = 5)), $(round(σ[n], digits = 5))")
end
Expand Down

0 comments on commit 86e7170

Please sign in to comment.