Package: AcceptReject
Title: Acceptance-Rejection Method for Generating Pseudo-Random
        Observations
Version: 0.1.0
Authors@R: c(
    person("Pedro Rafael", "D. Marinho", , "pedro.rafael.marinho@gmail.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0003-1591-8300")),
    person("Vera Lucia Damasceno", "Tomazella", , "vera@ufscar.br", role = c("aut"),
           comment = c(ORCID = "0000-0002-6780-2089"))
  )
Description: Provides a function that implements the acceptance-rejection method in an optimized manner to generate pseudo-random observations for discrete or continuous random variables. The function is optimized to work in parallel on Unix-based operating systems and performs well on Windows systems. The acceptance-rejection method implemented optimizes the probability of generating observations from the desired random variable, by simply providing the probability function or probability density function, in the discrete and continuous cases, respectively. Implementation is based on references CASELLA, George at al. (2004) <https://www.jstor.org/stable/4356322>,  NEAL, Radford M. (2003) <https://www.jstor.org/stable/3448413> and Bishop, Christopher M. (2006, ISBN: 978-0387310732). 
License: GPL (>= 3)
Encoding: UTF-8
URL: https://prdm0.github.io/AcceptReject/
BugReports: https://github.com/prdm0/AcceptReject/issues/
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Imports: cli, ggplot2, glue, lbfgs, numDeriv, pbmcapply, purrr, rlang,
        scales
Suggests: knitr, rmarkdown, patchwork
NeedsCompilation: no
Packaged: 2024-04-11 13:02:02 UTC; prdm0
Author: Pedro Rafael D. Marinho [aut, cre]
    (<https://orcid.org/0000-0003-1591-8300>),
  Vera Lucia Damasceno Tomazella [aut]
    (<https://orcid.org/0000-0002-6780-2089>)
Maintainer: Pedro Rafael D. Marinho <pedro.rafael.marinho@gmail.com>
Repository: CRAN
Date/Publication: 2024-04-11 20:10:02 UTC
