Shikhar Mishra

Results 60 issues of Shikhar Mishra

In the current inline documentation and help pages we provide some amount of examples for user, and explain the API. Eventually, I think an extended tutorial page/Pluto notebook/medium blog using...

enhancement
food for thought

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...

help wanted
food for thought
high priority

Optimise computation or allocation intensive functions and algorithms in the main codebase. Review important computation intensive functions like - [ ] `bootweights` - [ ] `bydomain` - [ ] `ReplicateDesign`...

enhancement
softeng

Currently, `Statistics` has all the Hyndman & Fan rules, and `Statsbase` has some rudimentary rule for Weighted (which I have been unable to classify), but from what I could find,...

bug
enhancement
good first issue
help wanted
maths heavy

To integrate `_ci` function with `ratio`. See #190 for exemplar integration with `mean`, and keep consistency. - [ ] `ratio` with confidence interval options - [ ] Add docstrings -...

enhancement
good first issue

Surveys are stored in many different formats, including `.csv`, `.RData` or SAS/SPSS/Stata specific formats. `Arrow` and `Feather` are two latest popular industry standards for long and short term data storage....

documentation
tutorials and promotions

Things like type of columns should be fixed to best possible type for that column. The files should be cached so that a data engineered DataFrame object is loaded into...

enhancement
softeng

See section 7.4 from Lohr - Sampling Design and Analysis for many surveys specific enhancements for plotting. Check functionality that various plots work as expected. Key thing is that weighting...

documentation
good first issue
help wanted
tutorials and promotions

See how R survey does Hartley Rao and double inclusion probabilities. https://github.com/cran/survey/blob/9addea4be893748c60974732b01ef7a393019217/R/pps.R

enhancement
help wanted
maths heavy

See [line 23, R survey/bootstrap.R](https://github.com/cran/survey/blob/9addea4be893748c60974732b01ef7a393019217/R/bootstrap.R) for analogous code in R. In Julia, we have currently implemented Rao and Wu's (n-1) bootstrap function called `bootweights()` in `src/bootstrap.jl` (confusingly, this is called...

enhancement
good first issue
help wanted
softeng