Winsorize data

(using PRCTILE)
4,7K téléchargements
Mise à jour 4 avr. 2016

Afficher la licence

Function WINSOR inputs data vector x and 2*1 vector of cut-off percentiles p, and replaces non-NaN values of x that are below percentile p(1) with the smallest remaining value, and x-values above percentile p(2) with the largest remaining value. Percentiles are computed with PRCTILE of Statistics Toolbox.

Citation pour cette source

Dimitri Shvorob (2024). Winsorize data (https://www.mathworks.com/matlabcentral/fileexchange/14740-winsorize-data), MATLAB Central File Exchange. Récupéré le .

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

A inspiré : JuGEx - Julich-Brain Gene Expression

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.0

BSD