# NOT RUN {
## The first minimum of the average mutual information
## function is showed by simulating a time series from
## the logistic equation.
data<-logistic.ts(u.min=4,u.max=4,B=100,doplot=FALSE)
ts<-data$`Logistic 100`$time.serie
lag.opt<-infmutua(ts,lag.max=10)
show(lag.opt$MutualInf)
show(lag.opt$FirstMin)
# }
Run the code above in your browser using DataLab