Chapter 9 Measurement Bias
已经介绍过两个bias: confounding和selection, 这里介绍第三个, measurement bias.
这个measurement bias 不是指样本数目过少导致的误差, 用记录误差更为准确, 比如明明是\(A=1\), 但是记录成了\(A=0\).
9.1 Measurement Error

如上图所示, 我们所希望的实际上只有\(A \rightarrow Y\)这一条先, 但是由于measurement error \(U_A\)导致我们最后得到的只有\(A^*\), 此时想要计算\(A\)关于\(Y\)的causal effect就比较麻烦了.

不光是intervention, outcome \(Y\)实际上也可能会有measurement error.
The structure of measurement error



measurement error 可以分成四种:
- independent nondifferential: Figure 9.2;
- dependent nondifferential: Figure 9.3;
- independent differential: Figure 9.4;
- dependent differential: Figure 9.6.
9.3 Mismeasured confounders

这里介绍了另外一种特殊的情况, \(A, Y\)都没有测量误差, 但是\(L\)是存在测量误差的, 此时因为缺乏\(L\), 我们没法依赖其获得想要的条件可交换性.

同样的, 类似的情况也可能导致selection bias.
9.4 Intention-to-treat effect: the effect of a misclassified treatment

这一节讨论的是, 预先打算的策略\(Z\)对\(Y\)的causal effect和实际进行的\(A\)关于\(Y\)的causal effect之间的差别.
9.5 Per-protocol effect
主要讲了什么时候Intention-to-treat effect会是一个不错的选择.
Fine Point
The strength and direction of measurement bias
Per-protocol analyses

- as treated: 只管\(A\), 不管\(Z\)(所以是不考虑\(Z\)的存在?).
- per protocol: 只在\(A=Z\)的子集上讨论, 所以这种很有可能会导致selection bias. 如Figure 9.14 所示.
Pseudo-intention-to-treat analyses
Effectiveness versus efficacy
Technical Point
Independence and nondifferentiality
The exclusion restriction
指的是没有直接的箭头由assign treatment \(Z\) 指向 outcome \(Y\).
Chapter 9 Measurement Bias的更多相关文章
- Chapter 8 Selection Bias
目录 8.1 The structure of selection bias 8.2 Examples of selection bias 8.3 Selection bias and confoun ...
- Java性能提示(全)
http://www.onjava.com/pub/a/onjava/2001/05/30/optimization.htmlComparing the performance of LinkedLi ...
- [书目20131114]微软技术丛书•快速软件开发(珍藏版) Rapid Development Taming Wild Software Schedules By Steve McConnell
本文摘自:http://shop.oreilly.com/product/9781556159008.do EFFICIENT DEVELOPMENT Chapter 1 Welcome to Rap ...
- 如何写出优秀的研究论文 Chapter 1. How to Write an A+ Research Paper
This Chapter outlines the logical steps to writing a good research paper. To achieve supreme excelle ...
- LKD: Chapter 9 An Introduction to Kernel Synchronization
This chapter introduces some conception about kernel synchronization generally. Critical Regions: Co ...
- Notes : <Hands-on ML with Sklearn & TF> Chapter 7
.caret, .dropup > .btn > .caret { border-top-color: #000 !important; } .label { border: 1px so ...
- 对Inductive Bias(归纳偏置)的理解
参考资料: https://en.wikipedia.org/wiki/Inductive_bias http://blog.sina.com.cn/s/blog_616684a90100emkd.h ...
- Chapter 4 深入理解Caffe MNIST DEMO中的LeNet网络模型
明代思想家王阳明提出了"知行合一",谓认识事物的道理与在现实中运用此道理,是密不可分的一回事.我以为这样的中国哲学话语,对于学习者来说,极具启发意义,要细细体会.中华文明源远流长, ...
- JVM Specification 9th Edition (3) Chapter 2. The Structure of the Java Virtual Machine
Chapter 2. The Structure of the Java Virtual Machine 内容列表 2.1. The class File Format (class文件的格式) 2. ...
随机推荐
- 3步!完成WordPress博客迁移与重新部署
本文来自于轻量应用服务器征文活动的用户投稿,已获得作者(昵称nstar)授权发布. 由于现有的服务器已经到期,并且活动已经取消,续费一个月145元比较贵,于是参加了阿里云的活动购买一台轻量应用服务器. ...
- Spark(二十一)【SparkSQL读取Kudu,写入Kafka】
目录 SparkSQL读取Kudu,写出到Kafka 1. pom.xml 依赖 2.将KafkaProducer利用lazy val的方式进行包装, 创建KafkaSink 3.利用广播变量,将Ka ...
- Largest Rectangle in Histogram及二维解法
昨天看岛娘直播解题,看到很经典的一题Largest Rectangle in Histogram 题目地址:https://leetcode.com/problems/largest-rectangl ...
- Mybatis-运行原理
一.mybatis分层图 二.运行流程 根据全局配置文件创建sqlSessionFactory对象 根据全局配置文件的io流来构建SqlSessionFactoryBuilder对象: 解析(XmlC ...
- 3.3 rust HashMap
The type HashMap<K, V> stores a mapping of keys of type K to values of type V. It does this vi ...
- Dubbo多版本控制
当系统进行升级时,一般都是采用"灰度发布(又称为金丝雀发布)"过程.即在低压力时段,让部分消费者先调用新的提供者实现类,其余的仍然调用老的实现类,在新的实现类运行没有问题的情况下, ...
- 一个简单的Extjs继承实现
function extend(sub,sup){ //目地:实现只继承父类的原型对象 //1.用一个空函数据中转,目地进行中转 var F = new Function(); //2.实现空函数的的 ...
- python数据预处理和特性选择后列的映射
我们在用python进行机器学习建模时,首先需要对数据进行预处理然后进行特征工程,在这些过程中,数据的格式可能会发生变化,前几天我遇到过的问题就是: 对数据进行标准化.归一化.方差过滤的时候数据都从D ...
- Spring Cloud Alibaba 整合 Nacos 实现服务配置中心
在之前的文章 <Nacos 本地单机版部署步骤和使用> 中,大家应该了解了 Nacos 是什么?其中 Nacos 提供了动态配置服务功能 一.Nacos 动态配置服务是什么? 官方是这么说 ...
- Jenkins监控
目录 一.Monitoring插件 二.Prometheus监控 一.Monitoring插件 Monitoring插件(monitoring)使用JavaMelody,对Jenkins进行监控.插件 ...