Winsorize data

(using PRCTILE)

現在この提出コンテンツをフォロー中です。

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.

引用

Dimitri Shvorob (2026). Winsorize data (https://jp.mathworks.com/matlabcentral/fileexchange/14740-winsorize-data), MATLAB Central File Exchange. に取得済み.

謝辞

ヒントを与えたファイル: JuGEx - Julich-Brain Gene Expression

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.0.0.0

BSD