Package: EstimationTools
Type: Package
Title: Maximum Likelihood Estimation for Probability Functions from
        Data Sets
Version: 1.2.1
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.3.0), DEoptim, boot, numDeriv, BBmisc
Imports: Rdpack, utils, stats
RdMacros: Rdpack
Suggests: gamlss.dist, survival, knitr, rmarkdown
VignetteBuilder: knitr, utils
Description: A routine for parameter estimation for any probability density or
    mass function implemented in R via maximum likelihood (ML) given a data set. This
    routine is a wrapper function 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) <http://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: 6.1.1
NeedsCompilation: no
Packaged: 2019-10-24 14:47:13 UTC; USUARIO
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: 2019-10-24 15:10:02 UTC
