rFFrankJoe {copula} | R Documentation |
Sampling Distribution F for Frank and Joe
Description
Generate a vector of variates from the distribution
function
with Laplace-Stieltjes transform
for Frank, or
for Joe, respectively,
where and
denote two parameters
of Frank (that is,
) and Joe (that is,
) satisfying
and
.
Usage
rFFrank(n, theta0, theta1, rej)
rFJoe(n, alpha)
Arguments
n |
number of variates from |
theta0 |
parameter |
theta1 |
parameter |
rej |
method switch for |
alpha |
parameter |
Details
rFFrank(n, theta0, theta1, rej)
calls
rF01Frank(rep(1,n), theta0, theta1, rej, 1)
and
rFJoe(n, alpha)
calls rSibuya(n, alpha)
.
Value
numeric vector of random variates of length
n
.
See Also
rF01Frank
, rF01Joe
, also for references.
rSibuya
, and rnacopula
.
Examples
## Simple definition of the functions:
rFFrank
rFJoe
[Package copula version 1.1-3 Index]