View source: R/TrawlFunctions-trawl.R
acf_Exp | R Documentation |
This function computes the autocorrelation function associated with the exponential trawl function.
acf_Exp(x, lambda)
x |
The argument (lag) at which the autocorrelation function associated with the exponential trawl function will be evaluated |
lambda |
parameter in the exponential trawl |
The trawl function is parametrised by the parameter λ > 0 as follows:
g(x) = e^{λ x}, \mbox{ for } x ≤ 0.
Its autocorrelation function is given by:
r(x) = e^{-λ x}, \mbox{ for } x ≥ 0.
The autocorrelation function of the exponential trawl function evaluated at x
acf_Exp(1,0.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.