Quantiles
バージョン 1.0.6 (1.42 KB) 作成者:
David Ferreira
Calculate the quantiles of a vector or matrix data using linear interpolation.
Example using matrix
X = [1 2; 2 5; 3 6; 4 10; 7 11; 10 13];
p = [0.25 0.50 0.75];
Q = quantile(X,p)
Q =
2.2500 5.2500
3.5000 8.0000
6.2500 10.7500
See more examples described in the script files.
引用
David Ferreira (2026). Quantiles (https://jp.mathworks.com/matlabcentral/fileexchange/70279-quantiles), MATLAB Central File Exchange. 取得日: .
MATLAB リリースの互換性
作成:
R2016a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linuxカテゴリ
- MATLAB > Mathematics > Interpolation >
Help Center および MATLAB Answers で Interpolation についてさらに検索
