powered by
Power-exponential autocorrelation function.
pex_acf(tseq, lambda, rho)
Vector of N time points at which the autocorrelation is to be calculated.
N
Timescale parameter.
Power parameter.
An autocorrelation vector of length N.
The power-exponential autocorrelation function is given by: $$ \mathrm{\scriptsize ACF}(t) = \exp \left\{-(t/\lambda)^\rho\right\}. $$
# NOT RUN { pex_acf(tseq = 1:10, lambda = 1, rho = 2) # }
Run the code above in your browser using DataLab