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 <- matrix(c(rep(1,100),rep(0,200)),ncol=50) wmat<-temporalwhiten( mat ) # }
Run the code above in your browser using DataLab