R = CRR(S) computes the radius of the mean-centered interval, circle, or sphere with 95% probability given S, which is either a vector of standard deviations or a covariance matrix from a multivariate normal distribution. If S is a real, symmetric, positive semidefinite matrix, CRR(S) is equivalent to CRR(SQRT(EIG(S))). Scalar S is treated as a standard deviation.
R = CRR(S,P) computes the confidence region radius with probability P instead of the default, which is 0.95.
R = CRR(S,P,TOL) uses a quadrature tolerance of TOL instead of the default, which is 1e-15. Larger values of TOL may result in fewer function evaluations and faster computation, but less accurate results. Use [] as a placeholder to obtain the default value of P.
R = CRR(S,P,TOL,M) performs a bootstrap validation with M normally distributed random samples of size 1e6. Use [] as a placeholder to obtain the default value of TOL.
R = CRR(S,P,TOL,[M N]) performs a bootstrap validation with M normally distributed random samples of size N.
인용 양식
Tom Davis (2024). Confidence Region Radius (https://www.mathworks.com/matlabcentral/fileexchange/10526-confidence-region-radius), MATLAB Central File Exchange. 검색 날짜: .
MATLAB 릴리스 호환 정보
플랫폼 호환성
Windows macOS Linux카테고리
- AI and Statistics > Statistics and Machine Learning Toolbox > Probability Distributions > Continuous Distributions > Inverse Gaussian Distribution >
태그
도움
도움 받은 파일: SEP - An Algorithm for Converting Covariance to Spherical Error Probable
도움 준 파일: Rectangular Confidence Regions
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!버전 | 게시됨 | 릴리스 정보 | |
---|---|---|---|
1.0.0.0 | updated contact information |