getDensity(x, Bins)

Compute distribution as density
68 download
Aggiornato 15 mag 2017

Visualizza la licenza

Compute density distribution of the values in 'x'.
To check the result: plot(pBins, PDD), xlabel('x'), ylabel('Density')

INPUT

x : vector of values
Bins : Optional: bins used to compute the density. if Bins is not given in the call, the function
will use the default binning, given by: Bins = linspace(min(x), max(x), round(sqrt(length(x))))

OUTPUT

PDD : Probability Density Distribution. [ sum(PDD) == 1 ]
pBins : Return the value of the bins used to compute the distribution

Cita come

Ruggero G. Bettinardi (2024). getDensity(x, Bins) (https://www.mathworks.com/matlabcentral/fileexchange/62948-getdensity-x-bins), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2009a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Tag Aggiungi tag

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0