Package: EstimationTools
Type: Package
Title: Maximum Likelihood Estimation for Probability Functions from
        Data Sets
Version: 2.0.0
Authors@R: c(
      person("Jaime", "Mosquera", email = "jmosquerag@unal.edu.co", role = c("aut", "cre"), 
      comment = c(ORCID = "0000-0002-1684-4756")),
      person("Freddy", "Hernandez", , "fhernanb@unal.edu.co", role = c("aut"), 
      comment = c(ORCID = "0000-0001-7459-3329"))
      )
Depends: R (>= 3.0.0), DEoptim, survival, stringr, BBmisc
Imports: Rdpack, utils, stats, numDeriv, boot, RCurl, foreign
RdMacros: Rdpack
Suggests: gamlss.dist, knitr, rmarkdown, AdequacyModel
VignetteBuilder: knitr, utils
Description: Routines for parameter estimation for any probability density or
    mass function implemented in R via maximum likelihood (ML) given a data set. 
    The main routines 'maxlogL' and 'maxlogLreg' are  wrapper functions specifically 
    developed for ML estimation. There are included optimization procedures such as
    'nlminb' and 'optim' from base package, and 'DEoptim' Mullen (2011) 
    <doi: 10.18637/jss.v040.i06>. Standard errors are estimated with 'numDeriv' 
    Gilbert (2011) <https://CRAN.R-project.org/package=numDeriv>
    or the option 'Hessian = TRUE' of 'optim' function.
License: GPL-3
URL: https://jaimemosg.github.io/EstimationTools/,
        https://github.com/Jaimemosg/EstimationTools
BugReports: https://github.com/Jaimemosg/EstimationTools/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2020-08-03 04:38:40 UTC; user
Author: Jaime Mosquera [aut, cre] (<https://orcid.org/0000-0002-1684-4756>),
  Freddy Hernandez [aut] (<https://orcid.org/0000-0001-7459-3329>)
Maintainer: Jaime Mosquera <jmosquerag@unal.edu.co>
Repository: CRAN
Date/Publication: 2020-08-03 08:52:34 UTC
