powered by
Continuous entropy
entropy_cont(V, k = 3, log = "loge")
Interger vector.
Integer argument, the number of neighbors.
String argument in the set ("log2", "loge","log10"), which indicates the log function to use. The loge is used by default.
Computes the continuous entropy of a numerical vector using the Kozachenko approximation.
kraskov2004estimatingNlinTS
# NOT RUN { library (timeSeries) library (NlinTS) #load data data = LPP2005REC print (entropy_cont (data[,1], 3)) # }
Run the code above in your browser using DataLab