Package: distfromq
Title: Reconstruct a Distribution from a Collection of Quantiles
Version: 1.0.4
Authors@R: c(
    person("Evan", "Ray", , "elray@umass.edu", role = c("aut", "cre")),
    person("Aaron", "Gerding", , "agerding@umass.edu", role = "aut"),
    person("Li", "Shandross", , "lshandross@umass.edu", role = "ctb"),
    person("Nick", "Reich", , "nick@umass.edu", role = "ctb")
  )
Description: Given a set of predictive quantiles from a distribution,
    estimate the distribution and create `d`, `p`, `q`, and `r` functions
    to evaluate its density function, distribution function, and quantile
    function, and generate random samples. On the interior of the provided
    quantiles, an interpolation method such as a monotonic cubic spline is
    used; the tails are approximated by a location-scale family.
License: GPL (>= 3)
URL: http://reichlab.io/distfromq/
Imports: checkmate, purrr, splines, stats, utils, zeallot
Suggests: dplyr, ggplot2, knitr, rmarkdown, testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.1
NeedsCompilation: no
Packaged: 2024-09-10 21:02:16 UTC; lshandross
Author: Evan Ray [aut, cre],
  Aaron Gerding [aut],
  Li Shandross [ctb],
  Nick Reich [ctb]
Maintainer: Evan Ray <elray@umass.edu>
Repository: CRAN
Date/Publication: 2024-09-13 18:00:06 UTC
Built: R 4.5.0; ; 2025-04-01 17:45:38 UTC; unix
