# NOT RUN {
## generate ribbon-shaped data
X = aux.gensamples(dname="ribbon", n=200)
## try different bandwidth size
out1 <- do.iltsa(X, t=1)
out2 <- do.iltsa(X, t=100)
out3 <- do.iltsa(X, t=Inf)
## Visualize two comparisons
opar <- par(no.readonly=TRUE)
par(mfrow=c(1,3))
plot(out1$Y, main="ILTSA::t=1")
plot(out2$Y, main="ILTSA::t=100")
plot(out3$Y, main="ILTSA::t=Inf")
par(opar)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab