Generate a vector of variates
rFFrank(n, theta0, theta1, rej)
rFJoe(n, alpha)
number of variates from
parameter
parameter
method switch for rFFrank
: if theta0
>
rej
a rejection from Joe's family (Sibuya distribution) is
applied (otherwise, a logarithmic envelope is used).
parameter rFJoe
.
numeric vector of random variates n
.
rFFrank(n, theta0, theta1, rej)
calls
rF01Frank(rep(1,n), theta0, theta1, rej, 1)
and
rFJoe(n, alpha)
calls rSibuya(n, alpha)
.
rF01Frank
, rF01Joe
, also for references.
rSibuya
, and rnacopula
.
# NOT RUN {
## Simple definition of the functions:
rFFrank
rFJoe
# }
Run the code above in your browser using DataLab