ParamsListFullPL: Wrapper for FullPL using a list for parameters in the...

Description Usage Arguments Value Examples

Description

Wrapper for FullPL using a list for parameters in the exponential trawl case.

Usage

1
2
ParamsListFullPL(times, values, delta, params, logscale = T,
  transformation = F)

Arguments

times

Vector of timestamps.

values

Vector of target values.

delta

Maximum depth of pairwise likelihood blocks. Should be positive natural integer.

params

List of parameters.

logscale

Boolean to use logscale (log-likelihood). Default T.

transformation

Boolean to use the Marginal Transform (MT) method.

Value

Pairwise Likelihood as per FullPL using a list of parameters instead.

Examples

1
2
ParamsListFullPL(c(1,2,3,4,5), c(0, 2.3, .3, 0, 5), delta=2,
  params=list("alpha"=2,"beta"=3,"kappa"=1.5, "rho"=0.2), TRUE, FALSE)

ev.trawl documentation built on May 2, 2019, 2:49 p.m.