powered by
Entropy estimator based on k-nearest neighbors.
entEst(summaries, k = NULL, terms = NULL, wts = NULL)
Estimated differential entropy.
data matrix with summary statistics as rows and samples as columns (d x m)
user-chosen k, or NULL
user-supplied terms, or NULL
user-supplied weights, or NULL
x=matrix(rnorm(2500),nrow=100) entropy.true=.5*25*log(2*pi*exp(1)) entropy=entEst(t(x))
Run the code above in your browser using DataLab