View source: R/TrawlFunctions-trawl.R
trawl_LM | R Documentation |
Evaluates the long memory trawl function
trawl_LM(x, alpha, H)
x |
the argument at which the supOU/long memory trawl function will be evaluated |
alpha |
the parameter α in the long memory trawl |
H |
the parameter H in the long memory trawl |
The trawl function is parametrised by the two parameters H> 1 and α > 0 as follows:
g(x) = (1-x/α)^{-H}, \mbox{ for } x ≤ 0.
If H \in (1,2], then the resulting trawl process has long memory, for H>2, it has short memory.
the long memory trawl function evaluated at x
trawl_LM(-1,0.5, 1.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.