View source: R/temporalwhiten.R
| temporalwhiten | R Documentation | 
Temporally whitens the input matrix using autoregression and returns the result.
temporalwhiten(mat, myord = 2)
| mat | input matrix | 
| myord | integer order value | 
matrix is output
Avants BB
mat <- replicate(100, rnorm(20))
wmat <- temporalwhiten(mat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.