The goal of ascifit is to have a set of common utilities to reproduce
results from the paper Adversarial Sign Corrupted Isotonic Regression.
This repository is developed and maintained by
To reference this work, please cite the latest version of the paper
@misc{shrotriya2022ascireg,
title = {Adversarial Sign-Corrupted Isotonic Regression},
author = {Shamindra Shrotriya and Matey Neykov},
year = 2022,
eprint = {arXiv:2207.07075}
}In order to reproduce the figures you need to first install the renv
package from CRAN in a separate R session.
install.packages("renv")You can then clone the repository locally as usual, for example using SSH
git@github.com:shamindras/ascifit.git #SSH approach-
After locally cloning the repository, you can open the
ascifit.Rprojproject file in RStudio. This will create a separate RStudio session. -
Once
ascifit.Rprojis opened in RStudio, you can open the fileexperiments/R/paper_results/create-ascifit-plots.R
-
Select all the contents, and run the entire file. It will produce both
png/TeXversions of the three figures, as follows:out_ascifit1_50_reps.png # -> Figure 1 in paper sim_plt_50_reps.png # -> Figure 2 in paper
Note: In the paper we use the
.texversions for the figures not the.pngto reduce the resulting paper file size. However both the.texand corresponding named.pngfiles produce equivalent plots. The.pngformats are typically easier to view.