This function computes discrete entropy using the BUB estimator with caching. It avoids re-running the C++ estimator for repeated values of N and m.

estimateur_bub_entropie_discrete(X)

Arguments

X

Integer vector. The discrete data to estimate entropy for.

Value

A single numeric entropy value.