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

Separate confint function #274

Open
smishr opened this issue Mar 1, 2023 · 0 comments
Open

Separate confint function #274

smishr opened this issue Mar 1, 2023 · 0 comments
Assignees
Labels
food for thought High level ideas/links or thoughts for long run dev of project help wanted Extra attention is needed high priority High priority tasks, eg. relating to release

Comments

@smishr
Copy link
Contributor

smishr commented Mar 1, 2023

Right now #184 is work in progress to add confidence interval calculations.

@nadiaenh asked instead of multiple dispatch on summary statistics functions (mean, total, quantile etc), create new method for CI (say confint), and then dispatch it for different ::Function types.

Implementation wise, if the CI functionality is separately written to the basic summary stats function (ie mean(x,design) has different definition to mean(x,design, [CI kwargs ...])), then having a completely separate CI function may be logically simpler to work.

All changes to CI functionality will be in ci.jl, as opposed to spread over each of the summary stats functions.

@smishr smishr added help wanted Extra attention is needed food for thought High level ideas/links or thoughts for long run dev of project high priority High priority tasks, eg. relating to release labels Mar 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
food for thought High level ideas/links or thoughts for long run dev of project help wanted Extra attention is needed high priority High priority tasks, eg. relating to release
Projects
None yet
Development

No branches or pull requests

3 participants