Package: estimators
Title: Parameter Estimation
Version: 0.8.5
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 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/estimators/
BugReports: https://github.com/thechibo/estimators/issues
Depends: R (>= 4.0.0)
Imports: extraDistr, 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
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2024-05-08 13:59:18 UTC; Chibo
Author: Ioannis Oikonomidis [aut, cre]
    (<https://orcid.org/0000-0001-8130-2104>),
  Samis Trevezas [aut, ths] (<https://orcid.org/0000-0003-2262-8299>)
Maintainer: Ioannis Oikonomidis <goikon@math.uoa.gr>
Repository: CRAN
Date/Publication: 2024-05-16 15:00:10 UTC
Built: R 4.6.0; ; 2025-10-14 02:38:41 UTC; windows
