View source: R/TrawlFunctions-trawl.R
trawl_Exp | R Documentation |
Evaluates the exponential trawl function
trawl_Exp(x, lambda)
x |
the argument at which the exponential trawl function will be evaluated |
lambda |
the parameter λ in the exponential trawl |
The trawl function is parametrised by parameter λ > 0 as follows:
g(x) = e^{λ x}, \mbox{ for } x ≤ 0.
The exponential trawl function evaluated at x
trawl_Exp(-1,0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.