| Frank.Pareto {Bivariate.Pareto} | R Documentation | 
Generate samples from the Frank copula with the Pareto margins
Description
Generate samples from the Frank copula with the Pareto margins.
Usage
Frank.Pareto(n, Theta, Alpha1, Alpha2, Gamma1, Gamma2)
Arguments
n | 
 Sample size.  | 
Theta | 
 Copula parameter   | 
Alpha1 | 
 Positive scale parameter   | 
Alpha2 | 
 Positive scale parameter   | 
Gamma1 | 
 Positive shape parameter   | 
Gamma2 | 
 Positive shape parameter   | 
Value
X | 
 
  | 
Y | 
 
  | 
References
Shih J-H, Lee W, Sun L-H, Emura T (2019), Fitting competing risks data to bivariate Pareto models, Communications in Statistics - Theory and Methods, 48:1193-1220.
Examples
library(Bivariate.Pareto)
Frank.Pareto(5,5,1,1,1,1)
[Package Bivariate.Pareto version 1.0.3 Index]