Learn R Programming

SuperGauss (version 1.0.2)

pex.acf: Power-exponential autocorrelation function.

Description

Power-exponential autocorrelation function.

Usage

pex.acf(tseq, lambda, rho)

Arguments

tseq

Length-N vector of timepoints.

lambda

Timescale parameter.

rho

Power parameter.

Value

Length-N autocorrelation vector.

Details

The power-exponential autocorrelation function is given by: $$ \mathrm{\scriptsize ACF}(t) = \exp \left\{-(t/\lambda)^\rho\right\}. $$

Examples

Run this code
# NOT RUN {
pex.acf(tseq = 1:10, lambda = 1, rho = 2)
# }

Run the code above in your browser using DataLab