当前位置:网站首页>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:
边栏推荐
- [机缘参悟-65]:《兵者,诡道也》-6-孙子兵法解读-并战计
- .reduce()的简单例子
- JDBC技术(二)——设置通用的sql和配置文件
- 全文翻译:EDPB关于VVA(虚拟语音助理)中处理个人数据的指南02/2021
- 虹科技术|如何阻止供应链攻击?
- 力扣刷题记录5.1-----59. 螺旋矩阵 II
- class path resource [bean.xml] cannot be opened because it does not 错误解决方案
- 全文翻译:EDPB数据保护影响评估(DPIA:Data Protection Impact Assessment)指南
- HCIP-R&S By Wakin自用笔记(3)OSPF之各类LSA及LSA更新规则
- eladmin容器部署超详细过程
猜你喜欢
右键新建缺少word、excel选项问题处理
论文笔记:SAITS: SELF-ATTENTION-BASED IMPUTATION FOR TIMESERIES
eladmin容器部署超详细过程
Duplicate class com.google.common.util.concurrent.ListenableFuture found in modules
力扣刷题记录4.1-----209. 长度最小的子数组
任务六 特征衍生 案例分析
知识图谱学习笔记——我的第一次知识图谱实践
The Best Open Source Web Application Firewall to Protect Your Web Applications
The 7 taboos of time management summarized by the postgraduate students, how many have you won?
JDBC技术(三)——使用Druid数据库连接池测试
随机推荐
Using ngrok on Raspberry Pi (Extra 2)
composer的使用记录
2022PMP项目管理认证考试报考指南(1)
多语种翻译-免费多语种翻译软件
显著性检验--学习笔记
OpenMLDB + Jupyter Notebook:快速搭建机器学习应用
webrtc 编译
Go-10-模块与包
使用百度EasyDL实现智能垃圾箱
Go-8-Gin框架
2022护眼产品展,北京眼健康展,眼科医学展,近视矫正设备展
数字孪生+燃气管理,开启智慧燃气管理新模式
HCIP-R&S By Wakin自用笔记(3)OSPF之各类LSA及LSA更新规则
深度学习模型的两种部署:ONNX与Caffe
[Cellular Automata] Simulation of emergency evacuation of disaster personnel under social force factors based on cellular automata with matlab code attached
class path resource [bean.xml] cannot be opened because it does not 错误解决方案
d初化模板构造器
pytorch相关知识点总结
TP测试查询数据库字段为null或空的字段
How js implements array deduplication (7 kinds)