ToleranceFactor

버전 2.0.0.3 (899 KB) 작성자: Viktor Witkovsky
Institute of Measurement Science SAS - ToleranceFactor computes the exact tolerance factor for the two-sided tolerance interval
다운로드 수: 1.5K
업데이트 날짜: 2022/4/5

라이선스 보기

ToleranceFactor computes the exact tolerance factor k for the two-sided (optionally for the one-sided) p-content and (1-alpha)-confidence tolerance interval TI = [Xmean - k * S, Xmean + k * S], where Xmean = mean(X), S = std(X), X = [X_1,...,X_n] is a random sample of size n from the distribution N(mu,sig2) with unknown mean mu and variance sig2.
The tolerance factor k is determined such that the tolerance intervals with the confidence (1-alpha) cover at least the fraction p ('coverage') of the distribution N(mu,sigma^2), i.e.
Prob[ Prob( Xmean - k * S < X < Xmean + k * S ) >= p ]= 1-alpha, for X ~ N(mu,sig2) which is independent with Xmean and S.
SYNTAX:
k = ToleranceFactor(n,coverage,confidence)
k = ToleranceFactor(n,coverage,confidence,m,nu,d2,options)
k = ToleranceFactor(n,coverage,confidence,[],[],[],options)
REFERENCES:
Krishnamoorthy K, Mathew T. (2009). Statistical Tolerance Regions: Theory, Applications, and Computation. John Wiley & Sons, Inc., Hoboken, New Jersey. ISBN: 978-0-470-38026-0, 512 pages.
Witkovsky V. On the exact two-sided tolerance intervals for univariate normal distribution and linear regression. Austrian Journal of Statistics 43(4), 2014, 279-92. http:// ajs.data-analysis.at/index.php/ajs/article/viewFile/vol43-4-6/35
ISO 16269-6:2013: Statistical interpretation of data - Part 6: Determination of statistical tolerance intervals. https://www.iso.org/standard/57191.html

인용 양식

Viktor Witkovsky (2024). ToleranceFactor (https://www.mathworks.com/matlabcentral/fileexchange/24135-tolerancefactor), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2017b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Time Series에 대해 자세히 알아보기
도움

받음: NCTCDFVW

Community Treasure Hunt

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

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

Corrected nctcdfVW and renaming of the ISO tables

2.0.0.2

Corrected parameter checking in ToleranceFactorGK

2.0.0.1

Institute of Measurement Science SAS included in Summary

2.0.0.0

ToleranceFactor ver. 2.0 of is polished for MATLAB 9.3 (R2017b)

1.4.0.0

ToleranceFactorGK uses adaptive Gauss-Kronod quadrature. Moreover, allows computing tolerance factor for simultaneou tolerance intervals, based on sample from m populations with common sample size n.

1.2.0.0

Speed

1.1.0.0

Fisrst revision, 2009-05-17

1.0.0.0