Critical z-value calculator

版本 2.1.0.0 (1.1 KB) 作者: Joris Meurs
This file can be used for quickly obtaining the z-value for certain values of alfa
162.0 次下载
更新时间 2015/12/9

查看许可证

File name : 'GetZ.m'. This file can be used
for quickly obtaining the z-value for certain values
of alfa
Z-values for all values of alfa between 0.01 and 0.99 for one
tailed and two-tailed tests
One input values : 'alfa','tail'
One output value : 'z'

alfa : significance level (value between 0 and 1)
tail: one-tailed = 'one' two-tailed = 'two'
z: z-score

Input syntax : GetZ(alfa,tail)
NOTE: Only the above-mentioned values for alfa can be used as
input argument
Developed by Joris Meurs BASc (2015)

Table with alfa values and corresponding z-scores calculated by using the icdf functions

引用格式

Joris Meurs (2024). Critical z-value calculator (https://www.mathworks.com/matlabcentral/fileexchange/54256-critical-z-value-calculator), MATLAB Central File Exchange. 检索来源 .

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

Community Treasure Hunt

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

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

Change of title

2.0.0.0

-Addition of more alfa values (0.01 till 0.99)
-Calculation of Z-score for one-tailed and two-tailed tests is added

1.0.0.0