matern_acf {SuperGauss} | R Documentation |
Matern autocorrelation function.
Description
Matern autocorrelation function.
Usage
matern_acf(tseq, lambda, nu)
Arguments
tseq |
Vector of |
lambda |
Timescale parameter. |
nu |
Smoothness parameter. |
Details
The Matern autocorrelation is given by
where is the modified Bessel function of second kind.
Value
An autocorrelation vector of length N
.
Examples
matern_acf(tseq = 1:10, lambda = 1, nu = 3/2)
[Package SuperGauss version 2.0.3 Index]