Package: estimators Title: Parameter Estimation Version: 0.12.0 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/estim BugReports: https://github.com/thechibo/estim/issues Depends: R (>= 4.0.0) Imports: ggh4x, ggplot2, grDevices, Matrix, methods, progress, 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) RoxygenNote: 7.3.2 Repository: https://thechibo.r-universe.dev Date/Publication: 2025-04-25 16:45:20 UTC RemoteUrl: https://github.com/thechibo/estim RemoteRef: HEAD RemoteSha: 5c5310d7a686bbb3dc89a2185e7ae0f93b2ab1ac NeedsCompilation: no Packaged: 2026-07-16 08:26:48 UTC; root Author: Ioannis Oikonomidis [aut, cre] (ORCID: ), Samis Trevezas [aut, ths] (ORCID: ) Maintainer: Ioannis Oikonomidis