Rectangular Confidence Regions

版本 1.0.0.0 (85.6 KB) 作者: Tom Davis
Confidence Hypercubes
2.0K 次下载
更新时间 2008/3/17

查看许可证

R = RCR(S) computes the semi-edge-length of the mean-centered hypercube with 95% probability given S, which is either a covariance matrix or a vector of standard deviations from a multivariate normal distribution. If S is a real, nonnegative vector, RCR(S) is equivalent to RCR(DIAG(S.^2)). Scalar S is treated as a standard deviation.

R = RCR(S,P) computes the semi-edge-length of the hypercube with probability P instead of the default, which is 0.95. R is the two-tailed, equicoordinate quantile corresponding to P. The hypercube edge-length is 2*R.

R = RCR(S,P,NP) uses NP quadrature points instead of the default, which is 2^11. Smaller values of NP result in faster computation, but may yield less accurate results. Use [] as a placeholder to obtain the default value of P.

R = RCR(S,P,NP,M) performs a bootstrap validation with M normally distributed random samples of size 1e6. Use [] as a placeholder to obtain the default value of NP.

R = RCR(S,P,NP,[M N]) performs a bootstrap validation with M normally distributed random samples of size N.

[R,E] = RCR(S,...) returns an error estimate E.

引用格式

Tom Davis (2024). Rectangular Confidence Regions (https://www.mathworks.com/matlabcentral/fileexchange/11627-rectangular-confidence-regions), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R13
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Industrial Statistics 的更多信息
致谢

参考作品: Confidence Region Radius

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