temporalwhiten.Rd
Temporally whitens the input matrix using autoregression and returns the result.
temporalwhiten(mat, myord = 2)
input matrix
integer order value
matrix is output
Avants BB
mat <- replicate(100, rnorm(20)) wmat <- temporalwhiten(mat)