Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 800 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 800 Bytes

HulC: Hull based confidence regions

HulC

We provide an introduction to the general purpose method of construction confidence intervals called HulC (Hull based confidence regions). HulC is developed by Kuchibhotla, Balakrishnan and Wasserman (2021). On this page, we provide both R and python implementations of the HulC method as well as reproducible code to obtain the plots and tables in the paper. This page also contains more illustrations of the method beyond those given in the paper.

The "R" folder contains the R code for all the HulC procedures (in HulC.R) and the jupyter notebooks for illustrations using the functions in HulC.R. The python code to the same is in the "python" folder.