Package: distributional Title: Vectorised Probability Distributions Version: 0.8.1.9000 Authors@R: c(person(given = "Mitchell", family = "O'Hara-Wild", role = c("aut", "cre"), email = "mail@mitchelloharawild.com", comment = c(ORCID = "0000-0001-6729-7695")), person(given = "Matthew", family = "Kay", role = c("aut"), comment = c(ORCID = "0000-0001-9446-0419")), person(given = "Alex", family = "Hayes", role = c("aut"), comment = c(ORCID = "0000-0002-4985-5160")), person(given = "Rob", family = "Hyndman", role = c("aut"), comment = c(ORCID = "0000-0002-2140-5352")), person(given = "Earo", family = "Wang", role = c("ctb"), comment = c(ORCID = "0000-0001-6448-5260")), person(given = "Vencislav", family = "Popov", role = c("ctb"), comment = c(ORCID = "0000-0002-8073-4199"))) Description: Vectorised distribution objects with tools for manipulating, visualising, and using probability distributions. Designed to allow model prediction outputs to return distributions rather than their parameters, allowing users to directly interact with predictive distributions in a data-oriented workflow. In addition to providing generic replacements for p/d/q/r functions, other useful statistics can be computed including means, variances, intervals, and highest density regions. License: GPL-3 Depends: R (>= 4.0.0) Imports: vctrs (>= 0.3.0), rlang (>= 0.4.5), generics, stats, numDeriv, utils, lifecycle, pillar Suggests: testthat (>= 2.1.0), covr, mvtnorm, actuar (>= 2.0.0), evd, ggdist, ggplot2, gk, LaplacesDemon, pkgdown RdMacros: lifecycle URL: https://pkg.mitchelloharawild.com/distributional/, https://github.com/mitchelloharawild/distributional BugReports: https://github.com/mitchelloharawild/distributional/issues Encoding: UTF-8 Language: en-GB Roxygen: list(markdown = TRUE) Config/roxygen2/version: 8.0.0 Repository: https://robjhyndman.r-universe.dev Date/Publication: 2026-07-17 06:44:13 UTC RemoteUrl: https://github.com/mitchelloharawild/distributional RemoteRef: HEAD RemoteSha: a891b409de869b19f038fc9bb8cb14d0cf726e42 NeedsCompilation: no Packaged: 2026-07-17 07:47:41 UTC; root Author: Mitchell O'Hara-Wild [aut, cre] (ORCID: ), Matthew Kay [aut] (ORCID: ), Alex Hayes [aut] (ORCID: ), Rob Hyndman [aut] (ORCID: ), Earo Wang [ctb] (ORCID: ), Vencislav Popov [ctb] (ORCID: ) Maintainer: Mitchell O'Hara-Wild