Quantile calculation
NOTE: this function is now available from the IoSR Matlab Toolbox as iosr.statistics.quantile.
-------------------------
This function calculates quantiles and weighted quantiles for vectors, matrices, or N-D arrays, via one of a number of methods described in http://en.wikipedia.org/wiki/Quantile.
引用格式
Christopher Hummersone (2025). Quantile calculation (https://github.com/IoSR-Surrey/MatlabToolbox), GitHub. 检索时间: .
MATLAB 版本兼容性
平台兼容性
Windows macOS Linux类别
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!+iosr
+iosr/+acoustics
+iosr/+auditory
+iosr/+bss
+iosr/+dsp
+iosr/+figures
+iosr/+general
+iosr/+statistics
+iosr/+svn
无法下载基于 GitHub 默认分支的版本
版本 | 已发布 | 发行说明 | |
---|---|---|---|
1.4.0.0 | Added weighting option.
|
|
|
1.3.1.0 | Minor bug fix when checking P and minor simplification in preallocation of q and N. Added N output to help.
|
||
1.3.0.0 | Added traps for sample sizes of 0 or 1. |
||
1.2.0.0 | Added more input checking. |
||
1.1.0.0 | Updated function to return sample size. |
||
1.0.0.0 |