Skip to content

WannabeSmith/confseq_wor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code layout

├── cswor
│   ├── cswor.py                        # Main code for this project. Contains essential
│                                       # functions like BBHG_confseq, hoeffding_wor, etc.
│
│   ├── misc.py                         # Non-critical functions that are still useful enough
│                                       # to keep in the project.
│
│   └── utils.py                        # Primarily for helper functions for cswor.py and misc.py
│                                       
├── figures                             # Figures for the paper or playing around.
│                                       # Typically in .pdf format and generated
│                                       # by ipynb files in ./notebooks folder.
│
├── notebooks
│   └── plots_for_paper.ipynb           # Plots for the paper, and also contains
│                                       # good examples for getting acquainted 
│                                       # with the code 

Dependencies

  • Python 3
    • matplotlib
    • numpy
    • scipy

About

Code for confidence sequences for sampling without replacement (NeurIPS, 2020). https://arxiv.org/pdf/2006.04347.pdf

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published