powered by
Computes latent trawl FULL pairwise likelihood depending with exponential trawl function.
FullPL(times, values, alpha, beta, kappa, rho, delta, logscale = T, transformation = F, trawl.function = "exp")
Vector of timestamps.
Vector of target values.
Shape parameter. Should be positive.
Latent Gamma scale parameter. Should be positive.
Exceedance probability parameter. Should be positive.
Trawl parameter(s). For trawl.function="exp", it should be positive.
trawl.function="exp"
Maximum depth of pairwise likelihood blocks. Should be positive natural integer.
Boolean to use logscale (log-likelihood). Default T.
T
Boolean to use the Marginal Transform (MT) method.
Type of trawl function that should be used. Default NA.
Full latent trawl pairwise likelihood.
# NOT RUN { FullPL(times=1:10, values = seq(from=0.1, to=5, by=0.5), alpha=0.3, beta=2, kappa=3, rho=0.2, delta=2, T, F, "exp") # } # NOT RUN { # }
Run the code above in your browser using DataLab