PairwiseOneZero: Computes term in latent trawl pairwise likelihood with...

Description Usage Arguments Value Examples

Description

Computes term in latent trawl pairwise likelihood with (x,0) where x positive with exponential trawl function.

Usage

1
2
PairwiseOneZero(x1, alpha, beta, kappa, B1, B2, B3, transformation = F,
  n.moments = 4)

Arguments

x1

Positive value corresponding to t1.

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 t1 and t2 (in this order).

B2

intersection area between t1 and t2 (in this order).

B3

Difference area between t2 and t1 (in this order).

transformation

Boolean to use the Marginal Transform (MT) method.

n.moments

Number of moments achieved by transformed GPD marginals, if used.

Value

Second term in latent trawl pairwise likelihood with (x,0) where x positive with exponential trawl function.

Examples

1
PairwiseOneZero(x1=0.5, alpha=0.3, beta=2, kappa=3, B1=0.3, B2=0.7, B3=0.3)

vali2noisy/ev-trawl documentation built on May 13, 2019, 4:09 a.m.