trawl_Exp: Evaluates the exponential trawl function

View source: R/TrawlFunctions-trawl.R

trawl_ExpR Documentation

Evaluates the exponential trawl function

Description

Evaluates the exponential trawl function

Usage

trawl_Exp(x, lambda)

Arguments

x

the argument at which the exponential trawl function will be evaluated

lambda

the parameter λ in the exponential trawl

Details

The trawl function is parametrised by parameter λ > 0 as follows:

g(x) = e^{λ x}, \mbox{ for } x ≤ 0.

Value

The exponential trawl function evaluated at x

Examples

trawl_Exp(-1,0.5)

ambit documentation built on Aug. 19, 2022, 5:19 p.m.