Quantiles of a sample via various methods
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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.
Cite As
Christopher Hummersone (2026). Quantile calculation (https://github.com/IoSR-Surrey/MatlabToolbox), GitHub. Retrieved .
Acknowledgements
Inspired by: Returns weighted percentiles of a sample
General Information
- Version 1.4.0.0 (150 KB)
-
View License on GitHub
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
Versions that use the GitHub default branch cannot be downloaded
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 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 |
