Learn R Programming

ambit (version 0.2.3)

trawl_Exp: Evaluates the exponential trawl function

Description

Evaluates the exponential trawl function

Usage

trawl_Exp(x, lambda)

Value

The exponential trawl function evaluated at x

Arguments

x

the argument at which the exponential trawl function will be evaluated

lambda

the parameter \(\lambda\) in the exponential trawl

Details

The trawl function is parametrised by parameter \(\lambda > 0\) as follows: $$g(x) = e^{\lambda x}, \mbox{ for } x \le 0.$$

Examples

Run this code
trawl_Exp(-1,0.5)

Run the code above in your browser using DataLab