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

Design update #133

Merged
merged 334 commits into from
Dec 9, 2022
Merged

Design update #133

merged 334 commits into from
Dec 9, 2022

Conversation

ayushpatnaikgit
Copy link
Member

Merge design update into main. For the past few months, all the development happened in the design_update branch.

smishr and others added 30 commits September 30, 2022 12:45
Design update merge Stratified Sample mean total and variance estimators
Add test cases and change `...` to `reduce`
Synch branch with main
@codecov-commenter
Copy link

codecov-commenter commented Dec 8, 2022

Codecov Report

Merging #133 (02d749b) into main (7b6bdb3) will increase coverage by 8.92%.
The diff coverage is 65.57%.

@@            Coverage Diff             @@
##             main     #133      +/-   ##
==========================================
+ Coverage   56.64%   65.57%   +8.92%     
==========================================
  Files           8       10       +2     
  Lines         173      305     +132     
==========================================
+ Hits           98      200     +102     
- Misses         75      105      +30     
Impacted Files Coverage Δ
src/show.jl 0.00% <0.00%> (ø)
src/mean.jl 24.24% <24.24%> (ø)
src/quantile.jl 50.00% <50.00%> (ø)
src/SurveyDesign.jl 88.18% <88.18%> (ø)
src/hist.jl 91.66% <91.66%> (ø)
src/total.jl 95.45% <95.45%> (ø)
src/boxplot.jl 100.00% <100.00%> (ø)
src/dimnames.jl 100.00% <100.00%> (ø)
src/load_data.jl 100.00% <100.00%> (ø)
src/plot.jl 100.00% <100.00%> (ø)

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

@smishr
Copy link
Contributor

smishr commented Dec 8, 2022

This PR replaces the main branch with design_update. There are several design changes in this branch.

  • SimpleRandomSample and StratifiedSample data structures
  • Support for finding survey mean total and quantile with variance using above structures
  • Improved testing and documentation
  • Reincorporated functionality of svyby. Now availables as multiple dispatch of func which is to be applied.
  • Domain estimation for mean using both SimpleRandomSample and StratifiedSample, and total for SimpleRandomSample .

Copy link
Contributor

@smishr smishr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes looks great!

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

Successfully merging this pull request may close these issues.

5 participants