powered by
Temporally whitens the input matrix using autoregression and returns the result.
temporalwhiten(mat, myord = 2)
input matrix
integer order value
matrix is output
# NOT RUN { mat<-replicate(100, rnorm(20)) wmat<-temporalwhiten( mat ) # }
Run the code above in your browser using DataLab