quantilese

버전 1.0.0.0 (2.28 KB) 작성자: Ben Petschel
determines quantiles of data and their standard errors or confidence intervals
다운로드 수: 363
업데이트 날짜: 2011/6/16

라이선스 보기

Usage:

[q,se]=quantilese(x,p)
[q,ql,qu]=quantilese(x,p,a)

This determines the quantiles corresponding to probability P in the data set X, along with either their standard errors or confidence intervals at level A. The standard errors are calculated using the Maritz-Jarrett method and the confidence intervals are calculated by normal approximation.

NOTE: Q1=quantilese(X,P) is not the same as Q2=prctile(X,100*P). Here Q1=XS(M1) whereas Q2 is interpolated between XS(floor(M2)) and XS(ceil(M2)) where X is of length N, XS is the sorted X, M1=round(N*P) and M2=N*P+1/2.

This function does not require the Statistics toolbox.

인용 양식

Ben Petschel (2024). quantilese (https://www.mathworks.com/matlabcentral/fileexchange/31823-quantilese), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2010a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0