OxfordIonTrapGroup / oitg

Python package of helper routines (result loading, fitting, etc) for the Oxford Ion-Trap Group (OITG).
https://oxfordiontrapgroup.github.io/oitg/
13 stars 9 forks source link

Calculateing Binomial Data-Point Confidence Interval #23

Closed pathfinder49 closed 4 years ago

pathfinder49 commented 4 years ago

There should be a function calculating the confidence interval for a binomial data-point. (for plotting purposes)

This post seems to suggest the right thing.

Broken out from this issue

dnadlinger commented 4 years ago

the right thing

This can be a bit tricky to define – see e.g. the already existing oitg.errorbars, which I believe Chris wrote.

dnadlinger commented 4 years ago

Closing as oitg.errorbars seems to do the job (at least without more detailed specification on the desired model).