temporalwhiten: Simple autocorrelation-based temporal whitening function.

Description Usage Arguments Value Author(s) Examples

View source: R/temporalwhiten.R

Description

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

Usage

1
temporalwhiten(mat, myord = 2)

Arguments

mat

input matrix

myord

integer order value

Value

matrix is output

Author(s)

Avants BB

Examples

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

neuroconductor/ANTsR documentation built on Oct. 11, 2020, 8:14 a.m.