Winsorize data

(using PRCTILE)

Ahora está siguiendo esta publicación

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.

Citar como

Dimitri Shvorob (2026). Winsorize data (https://es.mathworks.com/matlabcentral/fileexchange/14740-winsorize-data), MATLAB Central File Exchange. Recuperado .

Agradecimientos

Inspiración para: JuGEx - Julich-Brain Gene Expression

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
1.0.0.0

BSD