trawl_Exp {trawl} | R 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 |
Details
The trawl function is parametrised by parameter \lambda > 0
as
follows:
g(x) = e^{\lambda x}, \mbox{ for } x \le 0.
Value
The exponential trawl function evaluated at x
[Package trawl version 0.2.2 Index]