Minor changes
This commit is contained in:
parent
f052a42c03
commit
1fdb98af89
3 changed files with 20 additions and 8 deletions
7
source/statistics/code/ztest_rejection_region.R
Normal file
7
source/statistics/code/ztest_rejection_region.R
Normal file
|
@ -0,0 +1,7 @@
|
|||
alpha=0.0003
|
||||
lower=qnorm(alpha,mean=0,sd=1)
|
||||
upper=qnorm(1-alpha,mean=0,sd=1)
|
||||
|
||||
message(paste0("Rejection region left tail Z in ]-inf,",lower,"]"))
|
||||
message(paste0("Rejection region right tail Z in [",lower,",+inf["))
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue