-
Notifications
You must be signed in to change notification settings - Fork 19
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
Design update #133
Conversation
Design update merge Stratified Sample mean total and variance estimators
Add test cases and change `...` to `reduce`
Minor corrections
Synch branch with main
Remove old design
Update readme according to changes in SRC
Update quantile
Remove `ClusterSample` and `SurveyDesign`
Add quantile example README
Codecov Report
@@ 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
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
This PR replaces the
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes looks great!
Merge design update into main. For the past few months, all the development happened in the
design_update
branch.