View source: R/TrawlFunctions-trawl.R
| acf_LM | R Documentation | 
This function computes the autocorrelation function associated with the long memory trawl function.
acf_LM(x, alpha, H)
| x | The argument (lag) at which the autocorrelation function associated with the long memory trawl function will be evaluated | 
| alpha | parameter in the long memory trawl | 
| H | parameter 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.
Its autocorrelation function is given by
r(x)=(1+x/α)^{(1-H)}, \mbox{ for } x ≥ 0.
The autocorrelation function of the long memory trawl function evaluated at x
acf_LM(1,0.3,1.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.