Description Usage Arguments Value Author(s) Examples
View source: R/temporalwhiten.R
Temporally whitens the input matrix using autoregression and returns the result.
1  | temporalwhiten(mat, myord = 2)
 | 
mat | 
 input matrix  | 
myord | 
 integer order value  | 
matrix is output
Avants BB
1 2  | 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.