qdist(alpha,K,v)

版本 1.0.0.0 (18.2 KB) 作者: Richard McCulloch
qdist returns a value from the studentized range or q-distribution.
465.0 次下载
更新时间 2015/1/24

查看许可证

This function returns the table lookup value of the Studentized Range or q-distribution for Tukey HSD Post-Hoc means comparison. It has a maximum of 20 groups (K). If more groups are used K=20 is used for the table lookup.

Input:
alpha = Confidence level
K = Number of groups
v = Degrees of freedom

Example:
q=qdist(0.10,5,15)
ans =
3.8280

q=qdist(0.05,5,15)
ans =
4.3670

q=qdist(0.01,5,15)
ans =
5.5560

Data for the tables was taken from
http://cse.niaes.affrc.go.jp/miwa/probcalc/s-range/

引用格式

Richard McCulloch (2024). qdist(alpha,K,v) (https://www.mathworks.com/matlabcentral/fileexchange/49144-qdist-alpha-k-v), MATLAB Central File Exchange. 检索来源 .

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

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0