Package: estimators
Title: Parameter Estimation
Version: 0.7.3
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: distr, ggh4x, ggplot2, grDevices, Matrix, methods, progress,
        stats
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: 2023-12-21 18:00:13 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-01-08 10:30:05 UTC
