R/SimGLP.r

"SimGLP" <-
function(psi,a){
r<-convolve(a, rev(psi),type="o")
Q<-length(psi)-1
r[-(1:Q)][1:(length(a)-Q)]
}

Try the ltsa package in your browser

Any scripts or data that you put into this service are public.

ltsa documentation built on May 2, 2019, 4:01 a.m.