| entropy_cont | R Documentation |
Continuous entropy
entropy_cont(V, k = 3, log = "loge")
V |
Interger vector. |
k |
Integer argument specifying the number of neighbors. |
log |
A string specifying the logarithm base: "log2", "loge" (default), or "log10". |
Computes the continuous entropy of a numerical vector using the Kozachenko approximation.
kraskov2004estimatingNlinTS
library (timeSeries)
library (NlinTS)
#load data
data = LPP2005REC
print (entropy_cont (data[,1], 3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.