zoukankan      html  css  js  c++  java
  • Null Hypotheses| Alternative Hypotheses|Hypothesis Test|Significance Level|two tailed |one tailed|

    9.1 The Nature of Hypothesis Testing

    Over the years, however, null hypothesis has come to mean simply a hypothesis to be tested.

    Null Hypothesis:

    H0: μ = μ0,

    where μ0 is some number

    Alternative Hypothesis:

    two tailed 实例:

    one tailed 实例:

     评判标准:

    Type I and Type II Errors:

    Significance Level

     

     

     所以需要balancing

    In other words, if we do not reject the null hypothesis, we conclude only that the data do not provide sufficient evidence to support the alternative hypothesis; we do not conclude that the data provide sufficient evidence to support the null hypothesis

     

    即,reject or not reject 取决于是否满足备择假设,如果满足备择假设则reject;如果不满足备择假设则 not reject

    When the null hypothesis is rejected in a hypothesis test performed at the significance level α, we frequently express that fact with the phrase “the test results are statistically significant at the α level.” Similarly, when the null hypothesis is not rejected in a hypothesis test performed at the significance level α, we often express that fact with the phrase “the test results are not statistically significant at the α level.”

  • 相关阅读:
    shell流程控制
    shell编程变量介绍与表达式详解
    shell编程简介
    反向代理与负载均衡
    存储库之mongodb,redis,mysql
    请求库之requests,selenium
    解析库之re、beautifulsoup、pyquery
    爬虫基本原理
    Django 函数和方法的区别
    Django 知识补漏单例模式
  • 原文地址:https://www.cnblogs.com/yuanjingnan/p/11262657.html
Copyright © 2011-2022 走看看