An R package for constructing frequentist prediction regions using indirect information.
Bersson and Hoff (2023). Frequentist Prediction Sets for Species Abundance using Indirect Information.
Bersson and Hoff (2022). Optimal Conformal Prediction for Small Areas.
To load the package:
The two main functions are - predictionInterval
, which constructs prediction intervals for a continuous response. This function can be used to construct nonparametric FAB or distance-to-average conformal intervals, or parametric normal or Bayesian intervals. - predictionSet
, which constructs prediction sets for a categorical counts response. This function can be used to construct nonparametric FAB or direct sets, or a parametric Bayesian set.
Construction of basic FAB prediction regions are demonstrated below. Please see the vignette for full package capabilities, including empirical Bayes procedures to obtain estimates of prior hyperparameters based on auxiliary data.
We wlil demonstrate usage on a random normal sample of length 10.
A FAB prediction interval with 1-alpha
coverage can be constructed for these data based on a prior parameters mu
and tau2
from a Normal-Normal working model:
and plotted:
We wlil demonstrate usage on a random multinomial sample for 10 categories based on a heterogeneous prior concentration gamma
.
A FAB prediction set with 1-alpha
coverage can be constructed for these data based on an estimate of the prior parameter gamma
from a Multinomial-Dirichlet working model:
And this prediction set can be plotted: