Quantiles of a sample via various methods
이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
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 (2026). Quantile calculation (https://github.com/IoSR-Surrey/MatlabToolbox), GitHub. 검색 날짜: .
도움
도움 받은 파일: Returns weighted percentiles of a sample
GitHub 디폴트 브랜치를 사용하는 버전은 다운로드할 수 없음
| 버전 | 퍼블리시됨 | 릴리스 정보 | 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 |
