File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ function to_dict(c::MCMCChains.ChainDataFrame, col::Symbol)
16
16
end
17
17
18
18
"""
19
- atol_for_chain(chain; significance=1e-3 , kind=Statistics.mean)
19
+ atol_for_chain(chain; significance=1e-2 , kind=Statistics.mean)
20
20
21
21
Return a dictionary of absolute tolerances for each parameter in `chain`, computed
22
22
as the confidence interval width for the mean of the parameter with `significance`.
23
23
"""
24
- function atol_for_chain (chain; significance= 1e-3 , kind= Statistics. mean)
24
+ function atol_for_chain (chain; significance= 1e-2 , kind= Statistics. mean)
25
25
param_names = names (chain, :parameters )
26
26
# Can reject H0 if, say, `abs(mean(chain2) - mean(chain1)) > confidence_width`.
27
27
# Or alternatively, compare means but with `atol` set to the `confidence_width`.
You can’t perform that action at this time.
0 commit comments