getEntropy(x,Bins)
call:
H = getEntropy(x,Bins)
Computes the entropy of the vector 'x'. Entropy is computed after
having computed the histogram of the vector, using the binning
defined by 'Bins'.
if Bins is not specified, the function use the default binning as:
Bins = linspace(min(x),max(x),sqrt(numel(x))).
INPUT
x : original vector (NOT a distribution !!!)
Bins : Binning to use to compute the histogram (optional)
OUTPUT
H : Entropy of x (a scalar)
Citation pour cette source
Ruggero G. Bettinardi (2026). getEntropy(x,Bins) (https://fr.mathworks.com/matlabcentral/fileexchange/62979-getentropy-x-bins), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Plateformes compatibles
Windows macOS LinuxCatégories
Tags
Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
| Version | Publié le | Notes de version | |
|---|---|---|---|
| 1.0.0.0 |
