trawl_DExp: Evaluates the double exponential trawl function

Description Usage Arguments Details Value

View source: R/SimulateTrawl.R

Description

Evaluates the double exponential trawl function

Usage

1
trawl_DExp(x, w, lambda1, lambda2)

Arguments

x

the argument at which the double exponential trawl function will be evaluated

w

parameter in the double exponential trawl

lambda1

the parameter λ_1 in the double exponential trawl

lambda2

the parameter λ_2 in the double exponential trawl

Details

The trawl function is parametrised by parameters 0≤q w≤q 1 and λ_1, λ_2 > 0 as follows:

g(x) = w e^{λ_1 x}+(1-w) e^{λ_2 xz}, \mbox{ for } x ≤ 0.

Value

The double exponential trawl function evaluated at x


trawl documentation built on Feb. 23, 2021, 1:06 a.m.