Learn R Programming

ANTsR (version 1.0)

temporalwhiten: 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

Examples

Run this code
# NOT RUN {
mat <- matrix(c(rep(1,100),rep(0,200)),ncol=50)
wmat<-temporalwhiten( mat )
# }

Run the code above in your browser using DataLab