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

errorbars on decade rowChart #6

Open
KatiRG opened this issue Oct 6, 2016 · 0 comments
Open

errorbars on decade rowChart #6

KatiRG opened this issue Oct 6, 2016 · 0 comments

Comments

@KatiRG
Copy link
Owner

KatiRG commented Oct 6, 2016

Equation:

alpha * 2 * sqrt( (k/N) * (N - k) )

where:
alpha = fudge factor to account for fact that events are not indep. Use alpha = sqrt(5)
k = analogue count in the decade
N = number of days in the decade

For code, see: http://jsfiddle.net/gordonwoodhull/yrugrbhq/17/
Errorbars do not clear automatically, so need to add chart.selectAll('.errorbar').remove()

KatiRG added a commit that referenced this issue Oct 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant