jthaman / ciTools

An R Package for Quick Uncertainty Intervals
GNU General Public License v3.0
106 stars 9 forks source link

Provide option to give shorter prediction intervals #16

Open jthaman opened 6 years ago

jthaman commented 6 years ago

Currently, when we form prediction intervals via simulation, we take the alpha/2 and 1 - alpha/2 quantiles of the simulations to compute the interval estimate. Another method would be to provide the shortest intervals such that (1 - alpha)*M simulations lie inside. M is the total numbers of simulations set by nSims.