9.2 Critical-Value Approach to Hypothesis Testing

example:

对于mean 值 275 的假设:

有一个关于sample mean的distribution:

已知population 标准差和sample size=25的情况下:

标准型Z为:

其中,significant level=5%,已知的mean 即为Ho假设中的值且population 标准差已经提供

存在这样的mean distribution:

通过term 解释得到:

Obtaining Critical Values

此时重新理解significant level:即前提是已知H0为真,但是由于sample 问题导致z值落入reject region,此时的 significant level 为由于由于sample 问题导致z值落入reject region 的概率

Keep in mind, however, that because of the central limit theorem, the one-mean z-test will work reasonably well when the sample size is large, regardless of the distribution of the variable

example:

Determine the critical value(s) for a one-mean z-test at the 5% significance level(α = 0.05) if the test is

一般的:

常用的z分布:

所以假设检验的一般步骤是:

最新文章

  1. mvc 重定向的几种方式
  2. 6、Concurrent-Mark-Sweep
  3. sqlserver 查看正在执行sql
  4. Browser对象
  5. MVC 小常识
  6. EXTJS 3.0 资料 控件之 html 潜入label用法
  7. csuoj 1350: To Add Which?
  8. Velocity 入门(一)
  9. segv & mini coredump
  10. web去掉浏览器自带默认样式
  11. 扩展方法实现DevExpress控件校验
  12. 201521123022 《Java程序设计》 第二周学习总结
  13. Python print 输出到控制台 丢数据
  14. linux --xampp 配置多个网站
  15. 运用java反射机制获取实体方法报错,java.lang.NoSuchMethodException: int.<init>(java.lang.String)
  16. nginx实现动态/静态文件缓存(week4_day1_part2)-技术流ken
  17. Linux Makefile 编译速度的优化【转】
  18. RHEL7 禁用gnome-inital-setup
  19. select 下拉框 disabled 则 Form 获取不到值
  20. Day24-图片验证码----待续

热门文章

  1. LeetCode No.166,167,168
  2. ftp限制
  3. 学生信息管理系统java测试报告
  4. 90.QuerySet API方法使用详解:distinct
  5. spring获取当前动态代理对象
  6. Linux 标准IO库介绍
  7. Spring AOP中使用args表达式访问目标方法的参数
  8. UEFI boot: how does that actually work, then?
  9. Django框架(五):模型(一) 定义属性
  10. bzoj5104 Fib数列(BSGS+二次剩余)