juliangehring / Bootstrap.jl

Statistical bootstrapping library for Julia
https://juliangehring.github.io/Bootstrap.jl
Other
110 stars 27 forks source link

Confidence Interval Output #81

Open DarioSarra opened 3 years ago

DarioSarra commented 3 years ago

Would it be possible to document better the Confidence Interval Output? I was expecting a Tuple with 2 values like in HypothesisTests, but I don't understand how should I interpret the third value.

rofinn commented 3 years ago

If I recall the tuple is just (t0, lower_bound, upper_bound) where t0 is just the original metric value? I seem to recall that being useful for plotting where I want to plot the estimate along with the CI bounds.