Applies isotonic distributional regression (IDR) for data consisiting of real-valued responses and corresponding probabilistic forecasts
First install devtools package:
install.packages("devtools")
Then you can install the development version of isodisregSD:
library(devtools)
install_github("evwalz/isodisregSD")