Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Asymmetric Confidence Intervals #133

Open
pathfinder49 opened this issue Aug 27, 2019 · 2 comments
Open

Asymmetric Confidence Intervals #133

pathfinder49 opened this issue Aug 27, 2019 · 2 comments
Labels
A-applet Involves the ndscan plot applets B-data-exploration Features to aid in exploring result data C-new-feature This is a request for major new functionality

Comments

@pathfinder49
Copy link
Member

pathfinder49 commented Aug 27, 2019

Much of our experimental gata is not gaussian distributed. Symmetric standard errors are therefore not accurate. It would therefore be desirable to plot non gaussian asymmetric confidence intervals.

This would go along with an OITG fitting implementation for non-gaussian errors and asymmetric interval calculation tools.

@pathfinder49 pathfinder49 added the A-applet Involves the ndscan plot applets label Aug 27, 2019
@dnadlinger dnadlinger added the B-data-exploration Features to aid in exploring result data label Dec 17, 2019
@dnadlinger
Copy link
Member

We should possibly just implement this as an extra array dimension of size 3 (value and upper/lower bounds) rather than the current channel display_hints crutch.

@dnadlinger dnadlinger added the C-new-feature This is a request for major new functionality label Aug 1, 2020
@pmldrmota
Copy link
Contributor

I would've just created another two display hints ("upper/lower_error_bar_for") - I think we are already very used to those. The implementation on the applet side should be trivial.

In the majority of cases, we plot binomially distributed data. Wouldn't it be better if we added a display hint to the result channel, e.g. "error_distribution" key with "binomial" value, and calculated the error bars in the applet / the analysis code instead of using an extra result channel?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-applet Involves the ndscan plot applets B-data-exploration Features to aid in exploring result data C-new-feature This is a request for major new functionality
Projects
None yet
Development

No branches or pull requests

3 participants