rFFrank(n, theta0, theta1, rej)
rFJoe(n, alpha)
rFFrank
: if theta0
>
rej
a rejection from Joe's family (Sibuya distribution) is
applied (otherwise, a logarithmic envelope is used).rFJoe
.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
.## Simple definition of the functions:
rFFrank
rFJoe
Run the code above in your browser using DataLab