Fast Empirical CDF

Fast calculation of an empirical Cumulative Distribution Function (CDF).
26 téléchargements
Mise à jour 13 juil. 2022

Afficher la licence

Small routine to calculate an empirical Cumulative Distribution Function (CDF). Faster than MATLAB's ecdf function and no toolboxes required.
Example:
x = -5 + 0.2*randn(1e6, 1);
[F, xF] = ecdfCalc(x);
plot(xF, F)

Citation pour cette source

Patrik Forssén (2024). Fast Empirical CDF (https://www.mathworks.com/matlabcentral/fileexchange/114990-fast-empirical-cdf), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2020a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0