Description Usage Arguments Value Examples
Computes latent trawl pairwise likelihood with (x,x) where x
and y positive with exponential trawl function.
1 2  | PairwiseOneOne(x1, x2, alpha, beta, kappa, B1, B2, B3,
  transformation = F, n.moments = 4)
 | 
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 moments achieved by transformed GPD marginals, if used.  | 
Latent trawl pairwise likelihood with (x,x) where x positive
and y positive.
1 2  | PairwiseOneOne(x1=0.5, x2=0.3, alpha=2, beta=3, B1 = 0.3, B2 = 0.7,
                         B3 = 0.3, kappa=3.5)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.