Package: joker Title: Probability Distributions and Parameter Estimation Version: 0.14.2 Authors@R: c( person("Ioannis", "Oikonomidis", , "goikon@math.uoa.gr", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-8130-2104")), person("Samis", "Trevezas", , "strevezas@math.uoa.gr", role = c("aut", "ths"), comment = c(ORCID = "0000-0003-2262-8299")) ) Description: Implements an S4 distribution system and estimation methods for parameters of common distribution families. The common d, p, q, r function family for each distribution is enriched with the ll, e, and v counterparts, computing the log-likelihood, performing estimation, and calculating the asymptotic variance - covariance matrix, respectively. Parameter estimation is performed analytically whenever possible. License: GPL (>= 3) URL: https://thechibo.github.io/joker/ BugReports: https://github.com/thechibo/joker/issues/ Depends: R (>= 4.0.0) Imports: ggh4x, ggplot2, grDevices, Matrix, methods, stats, utils Suggests: covr, knitr, rmarkdown, testthat (>= 3.0.0) VignetteBuilder: knitr Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE, roclets = c("namespace", "rd", "srr::srr_stats_roclet")) RoxygenNote: 7.3.2 Repository: https://thechibo.r-universe.dev Date/Publication: 2025-04-25 16:28:14 UTC RemoteUrl: https://github.com/thechibo/joker RemoteRef: HEAD RemoteSha: bb541a7f75f88b135597d89d1b78e018bd766e0d NeedsCompilation: no Packaged: 2026-06-23 06:02:43 UTC; root Author: Ioannis Oikonomidis [aut, cre] (ORCID: ), Samis Trevezas [aut, ths] (ORCID: ) Maintainer: Ioannis Oikonomidis