Autocorrelation function of the double exponential trawl function
This function computes the autocorrelation function associated with the double exponential trawl function.
acf_DExp(x, w, lambda1, lambda2)
x
: The argument (lag) at which the autocorrelation function associated with the double exponential trawl function will be evaluatedw
: parameter in the double exponential trawllambda1
: parameter in the double exponential trawllambda2
: parameter in the double exponential trawlThe autocorrelation function of the double exponential trawl function evaluated at x
The trawl function is parametrised by parameters
and as follows:
Its autocorrelation function is given by:
where
acf_DExp(1,0.3,0.1,2)
Useful links