getEntropy(x,Bins)

Compute entropy of vector 'x'
65 descargas
Actualizado 16 may 2017

Ver licencia

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)

Citar como

Ruggero G. Bettinardi (2024). getEntropy(x,Bins) (https://www.mathworks.com/matlabcentral/fileexchange/62979-getentropy-x-bins), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2009a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Histograms en Help Center y MATLAB Answers.
Etiquetas Añadir etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0