Survey.jl icon indicating copy to clipboard operation
Survey.jl copied to clipboard

WIP: Add general `CI` and integration with `mean`

Open smishr opened this issue 2 years ago • 3 comments

EDIT: 26.02.23 Remaining to do on this PR. Integration with other summary functions (total etc) can be done in separate PR's. See their issues

  • [ ] Add doctests
  • [ ] Review code formulae with theory/textbook

Doing #184

Currently testing integration with mean.

Finding way to integrate with least amount of changes in existing API.

smishr avatar Jan 22 '23 07:01 smishr

Codecov Report

:exclamation: No coverage uploaded for pull request base (v0.1.1@4fac910). Click here to learn what that means. The diff coverage is n/a.

@@            Coverage Diff             @@
##             v0.1.1      #190   +/-   ##
==========================================
  Coverage          ?   100.00%           
==========================================
  Files             ?        13           
  Lines             ?       224           
  Branches          ?         0           
==========================================
  Hits              ?       224           
  Misses            ?         0           
  Partials          ?         0           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov-commenter avatar Jan 22 '23 07:01 codecov-commenter

@ayushpatnaikgit please see how i integrated confidence intervals into mean.jl now

smishr avatar Feb 05 '23 06:02 smishr

@itsdebartha you may continue this PR, just like mean, add CI functionalities for total quantile and ratio in their respective files

smishr avatar Feb 20 '23 06:02 smishr