temporalwhiten: Simple autocorrelation-based temporal whitening function.

View source: R/temporalwhiten.R

temporalwhitenR Documentation

Simple autocorrelation-based temporal whitening function.

Description

Temporally whitens the input matrix using autoregression and returns the result.

Usage

temporalwhiten(mat, myord = 2)

Arguments

mat

input matrix

myord

integer order value

Value

matrix is output

Author(s)

Avants BB

Examples


mat <- replicate(100, rnorm(20))
wmat <- temporalwhiten(mat)


stnava/ANTsR documentation built on April 13, 2025, 4:10 a.m.