pex_acf | R Documentation |
Power-exponential autocorrelation function.
pex_acf(tseq, lambda, rho)
tseq |
Vector of |
lambda |
Timescale parameter. |
rho |
Power parameter. |
The power-exponential autocorrelation function is given by:
acf(t) = exp (-(t / λ)^ρ).
An autocorrelation vector of length N
.
pex_acf(tseq = 1:10, lambda = 1, rho = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.