当前位置:网站首页>Significance Test--Study Notes
Significance Test--Study Notes
2022-08-09 02:03:00 【Wsyoneself】
- Significance testing as a method to determine whether there is a difference between two or even multiple datasets
- Significance testing is a type of statistical hypothesis testing
- Used to detect whether there is a difference between the experimental group and the control group in a scientific experiment and whether the difference is significant
- No hypothesis, no test
- First make a hypothesis on the scientific research data, and then use the test to check whether the hypothesis is correct. Generally, the hypothesis to be tested is called the null hypothesis (H0), and the opposite hypothesis is the alternative hypothesis (H1)
- If the null hypothesis is true, but the test conclusion is to abandon the null hypothesis, it is a type 1 error, and the probability of occurrence is recorded as α
- If the null hypothesis is false, but the test conclusion is to accept the null hypothesis, it is a type II error, and the probability of occurrence is recorded as β
- Usually only the maximum probability α of the first type of error is considered, and β is not considered. Such a hypothesis test is a significance test, and α is called the significance level (generally = 0.05, 0.025, 0.01).To represent a significance test, the conclusion error rate must be less than 5% or 2.5% or 1%.(In statistics, events with a probability of less than 5% are often referred to as "impossible events")
- If the p value is greater than α, the null hypothesis is accepted, and if it is less than α, the null hypothesis is rejected
- The reason for the significance test: to judge whether the difference between the sample and the hypothesis we make about the population is purely chance variation (that is, when the sample data increases, the hypothesis is met), or whether the hypothesis is inconsistent with the overall reality..
- Significance test is divided into parametric test and nonparametric test
- Parameter test:
- Premise: The samples are from normal populations, and these normal populations have the same variance
- Test whether the population means are equal
- Common method: ANOVA
- Element: the number of unknown variables, which can be understood as the number of features
- Factor: The behavior (event) that affects the unknown variable, which can be understood as the number of tags
- F value (F statistic) = the ratio of between-group mean squares and within-group mean squares, reflecting the magnitude of the effect of random errors
- Relationship between p value and F value: F actual value>F lookup table value, then p<=0.05, otherwise p>0.5
- Parameter test:
- Non-parametric test:
- Since the parametric test needs to be based on the assumption of normality and homogeneity of variance, it is impossible to always meet the required statistical data in practical work. If the parametric test is forced to be used, it will cause errors.
- Nonparametric test based on rank sum
- Categories:
- Kruskal-wallis test:
- One-way nonparametric analysis of variance
- The null hypothesis of this test is: k independent samples come from the same normal population
- Friedman test:
- Two-way rank analysis of variance
- The data to be tested needs to be balanced
- Only pay attention to one of the two factors to be used to test the data, and the other factor is used to partition the group
- Kruskal-wallis test:
边栏推荐
猜你喜欢
etcd实现大规模服务治理应用实战
ROS2 ERROR: OpenGL 1.5 is not supported in GLRenderSystem::initialiseContext at C:\ci\ws\build...
mysql连接超过八小时报错
力扣刷题记录9.1-----24. 两两交换链表中的节点
HCIP-R&S By Wakin自用笔记(3)OSPF之各类LSA及LSA更新规则
企业里Foxmail邮箱问题解决方法汇总
软件测试的调用接口怎么调用,逻辑是什么?
【Fiddler】Fiddler实现mock测试(模拟接口数据)
torchversion.transforms的使用
LeetCode每日一题:搜索插入位置 (均1200道)方法:二分查找
随机推荐
2020.12.4日志
数字孪生+燃气管理,开启智慧燃气管理新模式
JDBC技术(一)——一个简单的JDBC测试
Etcd realize large-scale application service management of actual combat
HCIP-R&S By Wakin自用笔记(3)OSPF之各类LSA及LSA更新规则
JDBC technology (3) - use Druid database connection pool test
LeetCode每日两题02:轮转数组 (均1200道)
论文笔记:SAITS: SELF-ATTENTION-BASED IMPUTATION FOR TIMESERIES
力扣刷题记录8.1-----206. 反转链表
33. 分别谈谈联合索引生效和失效的条件
qps tps rps 区别
软件测试的调用接口怎么调用,逻辑是什么?
任务六 特征衍生 案例分析
The server quit without updating PID file (/usr/local/mysql/data/localhost.pid).
使用JS实现数组扁平化的几种方式
MT4/MQL4入门到精通EA教程第一课-MQL语言常用函数(一)OrderSend()函数
PMP有什么答题技巧?
MT4/MQL4入门到精通EA课程第二课-常用的功能函数
2022/8/8 比赛思维+状压dp
composer的使用记录