Package: pintervals
Type: Package
Title: Model Agnostic Prediction Intervals
Version: 1.0.1
Description: Provides tools for estimating model-agnostic prediction intervals using conformal   prediction, bootstrapping, and parametric prediction intervals. The package is designed for ease of use, offering intuitive functions for both binned and full conformal prediction methods, as well as parametric interval estimation with diagnostic checks. Currently only working for continuous predictions. For details on the conformal and bin-conditional conformal prediction methods, see Randahl, Williams, and Hegre (2024) <DOI:10.48550/arXiv.2410.14507>.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Authors@R: c(
    person("David", "Randahl", , "david.randahl@pcr.uu.se", role = c("aut", "cre")),
    person("Jonathan P.", "Williams", role = "ctb"),
    person("Anders", "Hjort", role = "ctb")
  )
Imports: dplyr, foreach, Hmisc, MASS, purrr, Rcpp, stats, tibble
RoxygenNote: 7.3.3
Depends: R (>= 3.5)
LinkingTo: Rcpp
Suggests: R.rsp
VignetteBuilder: R.rsp
NeedsCompilation: yes
Packaged: 2026-01-11 12:22:57 UTC; david
Author: David Randahl [aut, cre],
  Jonathan P. Williams [ctb],
  Anders Hjort [ctb]
Maintainer: David Randahl <david.randahl@pcr.uu.se>
Repository: CRAN
Date/Publication: 2026-01-11 17:00:02 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2026-01-21 05:03:00 UTC; windows
Archs: x64
