Skip to content

Commit c0ef26b

Browse files
committed
deploy: ad13381
1 parent 568a631 commit c0ef26b

33 files changed

+2901
-2924
lines changed

articles.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2506,7 +2506,6 @@ <h2>dtComb: A Comprehensive R Library and Web Tool for Combining Diagnostic Test
25062506
<div class="dt-authors">
25072507
<div class="dt-author">Pedro Rafael Diniz Marinho</div>
25082508
<div class="dt-author">Vera L. D. Tomazella</div>
2509-
<div class="dt-author">Pedro Luiz Ramos</div>
25102509
</div>
25112510
</div>
25122511
<div class="thumbnail">

articles.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ model training.</description>
117117
<title>AcceptReject: An R Package for Acceptance-Rejection Method</title>
118118
<dc:creator>Pedro Rafael Diniz Marinho</dc:creator>
119119
<dc:creator>Vera L. D. Tomazella</dc:creator>
120-
<dc:creator>Pedro Luiz Ramos</dc:creator>
121120
<link>https://journal.r-project.org/articles/RJ-2025-037</link>
122121
<description>The AcceptReject package, available for the R programming language on the Comprehensive R Archive Network (CRAN), versioned and maintained on GitHub, offers a simple and efficient solution for generating pseudo-random observations of discrete or continuous random variables using the acceptance-rejection method. This method provides a viable alternative for generating pseudo-random observations in univariate distributions when the inverse of the cumulative distribution function is not in closed form or when suitable transformations involving random variables that we know how to generate are unknown, thereby facilitating the generation of observations for the variable of interest. The package is designed to be simple, intuitive, and efficient, allowing for the rapid generation of observations and supporting multicore parallelism on Unix-based operating systems. Some components are written using C++, and the package maximizes the acceptance probability of the generated observations, resulting in even more efficient execution. The package also allows users to explore the generated pseudo-random observations by comparing them with the theoretical probability mass function or probability density function and to inspect the underlying probability density functions that can be used in the method for generating observations of continuous random variables. This article explores the package in detail, discussing its functionalities, benefits, and practical applications, and provides various benchmarks in several scenarios.</description>
123122
<guid>https://journal.r-project.org/articles/RJ-2025-037</guid>
4.19 KB
Binary file not shown.

articles/RJ-2025-037/RJ-2025-037.tex

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
\title{AcceptReject: An R Package for Acceptance-Rejection Method}
33

44

5-
\author{by Pedro Rafael Diniz Marinho, Vera L. D. Tomazella, and Pedro Luiz Ramos}
5+
\author{by Pedro Rafael Diniz Marinho and Vera L. D. Tomazella}
66

77
\maketitle
88

@@ -456,7 +456,7 @@ \subsection{Generating discrete observations}\label{generating-discrete-observat
456456

457457
\begin{verbatim}
458458
#> user system elapsed
459-
#> 0.006 0.038 0.047
459+
#> 0.008 0.036 0.041
460460
\end{verbatim}
461461

462462
\begin{verbatim}
@@ -468,7 +468,7 @@ \subsection{Generating discrete observations}\label{generating-discrete-observat
468468

469469
\begin{verbatim}
470470
#> user system elapsed
471-
#> 0.006 0.033 0.043
471+
#> 0.002 0.041 0.043
472472
\end{verbatim}
473473

474474
\begin{verbatim}
@@ -705,13 +705,3 @@ \section{Conclusion and future developments}\label{conclusion-and-future-develop
705705
\textit{ORCiD: \href{https://orcid.org/0000-0002-6780-2089}{0000-0002-6780-2089}}\\%
706706
\href{mailto:vera@ufscar.br}{\nolinkurl{vera@ufscar.br}}%
707707
}
708-
709-
\address{%
710-
Pedro Luiz Ramos\\
711-
Pontificia Universidad Católica de Chile\\%
712-
Faculty of Mathematics\\ Edificio Rolando Chuaqui, Campus San Joaquín. Avda. Vicuña Mackenna 4860, Macul.\\
713-
%
714-
\url{https://www.mat.uc.cl/}\\%
715-
%
716-
\href{mailto:pedro.ramos@mat.uc.cl}{\nolinkurl{pedro.ramos@mat.uc.cl}}%
717-
}
0 Bytes
Binary file not shown.
-20 Bytes
Loading
702 Bytes
Loading
-219 Bytes
Loading
303 Bytes
Loading
-5.54 KB
Loading

0 commit comments

Comments
 (0)