Package: TruncExpFam Title: Truncated Exponential Family Version: 1.2.1.9000 Date: 2025-04-10 Authors@R: c( person( given = "René", family = "Holst", role = "aut", email = "rene.holst@medisin.uio.no" ), person( given = "Waldir", family = "Leoncio", role = c("cre", "aut"), email = "w.l.netto@medisin.uio.no" ) ) Description: Handles truncated members from the exponential family of probability distributions. Contains functions such as rtruncnorm() and dtruncpois(), which are truncated versions of rnorm() and dpois() from the stats package that also offer richer output containing, for example, the distribution parameters. It also provides functions to retrieve the original distribution parameters from a truncated sample by maximum-likelihood estimation. License: GPL-3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Imports: methods, invgamma, rmutil Suggests: knitr, rmarkdown, testthat URL: https://ocbe-uio.github.io/TruncExpFam/ BugReports: https://github.com/ocbe-uio/TruncExpFam/issues VignetteBuilder: knitr Language: en-US Repository: https://ocbe-uio.r-universe.dev Date/Publication: 2025-04-14 10:03:50 UTC RemoteUrl: https://github.com/ocbe-uio/TruncExpFam RemoteRef: HEAD RemoteSha: 6e4abb0e31f91c7f69d088afd7f613782c0b5f86 NeedsCompilation: no Packaged: 2026-06-23 09:52:21 UTC; root Author: René Holst [aut], Waldir Leoncio [cre, aut] Maintainer: Waldir Leoncio