Autocorrelation function of the long memory trawl function
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 evaluatedalpha
: parameter in the long memory trawlH
: parameter in the long memory trawlThe autocorrelation function of the long memory trawl function evaluated at x
The trawl function is parametrised by the two parameters
and as follows:
Its autocorrelation function is given by
acf_LM(1,0.3,1.5)
Useful links