Description Usage Arguments Value Examples
Computes correct latent trawl SINGLE pairwise likelihood depending on the
values of (x1,x2) with exponential trawl function.
1 2  | SinglePairPL(x1, x2, alpha, beta, kappa, B1, B2, B3, transformation = F,
  n.moments = 0)
 | 
x1 | 
 Positive value corresponding to   | 
x2 | 
 Positive value corresponding to   | 
alpha | 
 Shape parameter. Should be positive.  | 
beta | 
 Latent Gamma scale parameter. Should be positive.  | 
kappa | 
 Exceedance probability parameter. Should be positive.  | 
B1 | 
 Difference area between   | 
B2 | 
 Intersection area between   | 
B3 | 
 Difference area between   | 
transformation | 
 Boolean to use the Marginal Transform (MT) method.  | 
n.moments | 
 Number of finite moments for transformed marginals.  | 
SINGLE latent trawl pairwise likelihood depending on (x1,x2).
1 2  | SinglePairPL(x1=0.5, x2= 0.3, alpha=0.3, beta=2, kappa=3, B1=0.3, B2=0.7, B3=0.3, FALSE)
SinglePairPL(x1=2.0, x2=1.0, alpha=-2, beta=3., kappa=3,  B1=0.3, B2=0.7, B3=0.3, TRUE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.