Chapter 21 G-Methods for Time-Varying Treatments
- 21.1 The g-formula for time-varying treatments
- 21.2 IP weighting for time-varying treatments
- 21.3 A doubly robust estimator for time-varying treatments
- 21.4 G-estimation for time-varying treatments
- 21.5 Censoring is a time-varying treatment
- Fine Point
- Technical Point
- The g-formula density for static strategies
- The g-null paradox
- A doubly estimator of for time-varying treatments
- Relation between marginal structural models and structural nested models (Part II)
- A closed form estimator for linear structural nested mean models
- Estimation of after g-estimation of a structural nested mean model
这一章介绍了如何估计time-varying 下的causal effect.
21.1 The g-formula for time-varying treatments
求静态的\(\mathbb{E}[Y^{\bar{a}}]\),
\]
至于动态的\(Y^g\),总感觉书上给的公式缺了一块.
21.2 IP weighting for time-varying treatments
同样是静态的:
SW^{\bar{A}} = \prod_{k=0}^K \frac{f(A_k|\bar{A}_{k-1})}{f(A_k|\bar{A}_{k-1}, \bar{L}_k)}.\\
\]
21.3 A doubly robust estimator for time-varying treatments
一种doubly robust的估计方法.
21.4 G-estimation for time-varying treatments
\]
通过下式来估计:
\]
21.5 Censoring is a time-varying treatment
当censoring也是一个time-varying变量的时候.
\]
SW^{\bar{C}} = \prod_{k=1}^{K+1} \frac{\mathrm{Pr}(C_k=0|\bar{A}_{k-1}, C_{k-1}=0)}{\mathrm{Pr}(C_k=0|\bar{A}_{k-1}, C_{k-1}=0,\bar{L}_k)}, \\
\]
Fine Point
Treatment and covariate history
Representations of the g-formula
G-estimation with a saturated structural nested model
Technical Point
The g-formula density for static strategies
The g-null paradox
A doubly estimator of \(\mathbb{E}[Y^{\bar{a}}]\) for time-varying treatments
Relation between marginal structural models and structural nested models (Part II)
A closed form estimator for linear structural nested mean models
Estimation of \(\mathbb{E}[Y^g]\) after g-estimation of a structural nested mean model
Chapter 21 G-Methods for Time-Varying Treatments的更多相关文章
- 零元学Expression Blend 4 – Chapter 21 以实作案例学习MouseDragElementBehavior
原文:零元学Expression Blend 4 – Chapter 21 以实作案例学习MouseDragElementBehavior 本章将教大家如何运用Blend 4内建的行为注入元件「Mou ...
- Chapter 7:Statistical-Model-Based Methods
作者:桂. 时间:2017-05-25 10:14:21 主要是<Speech enhancement: theory and practice>的读书笔记,全部内容可以点击这里. 书中 ...
- MySQL Crash Course #13# Chapter 21. Creating and Manipulating Tables
之前 manipulate 表里的数据,现在则是 manipulate 表本身. INDEX 创建多列构成的主键 自动增长的规定 查看上一次插入的自增 id 尽量用默认值替代 NULL 外键不可以跨引 ...
- 抄书 Richard P. Stanley Enumerative Combinatorics Chapter 2 Sieve Methods
2.1 Inclusion-Exclusion Roughly speaking, a "sieve method" in enumerative combinatorics is ...
- Thinking in Java from Chapter 21
From Thinking in Java 4th Edition 并发 线程可以驱动任务,因此你需要一种描述任务的方式,这可由Runnable接口来提供. 要想定义任务,只需要实现Runnable接 ...
- Chapter 20: Diagnostics
WHAT'S IN THIS CHAPTER?n Code contractsn Tracingn Event loggingn Performance monitoringWROX.COM CODE ...
- ESL翻译:Linear Methods for Regression
chapter 3: Linear Methods for Regression 第3章:回归的线性方法 3.1 Introduction A linear regression model assu ...
- 《Think in Java》20 21(并发)
chapter 20 注解 三种标准注解和四种元注解: 编写注解处理器 chapter 21 并发 基本的线程机制 定义任务 package cn.test; public class LiftOff ...
- 39. Volume Rendering Techniques
Milan Ikits University of Utah Joe Kniss University of Utah Aaron Lefohn University of California, D ...
随机推荐
- 假期对html,css,前端的再学习
1.观看了相关教学视频40分钟. 2.学习内容: 一 HTML 介绍 1. 什么是 HTML? 超文本标记语言: 超文本:比普通文本功能更加强大 标记语言:使用一组标签对内容进行描述的一门语言,它不是 ...
- 自然语言式parsing
got NUM(1) Is NUM(1) an expr? Is NUM(1) a term? Is NUM(1) a number? is_term got -(-) -(-) was back i ...
- pymongdb入门
Pymongo入门 安装 pip install pymongo 连接 实际就是实例化一个客户端对象,然后客户端对象中指定一个库作为库对象,库对象中的集合对象就是之后常用来执行操作的对象 1 ''' ...
- Hive(七)【内置函数】
目录 一.系统内置函数 1.查看系统自带内置函数 2.查看函数的具体用法 二.常用内置函数 1.数学函数 round 2.字符函数 split concat concat_ws lower,upper ...
- Vue 之keep-alive的使用,实现页面缓存
什么是keep-alive 有时候我们不希望组件被重新渲染影响使用体验: 或者处于性能考虑,避免多次重复渲染降低性能.而是希望组件可以缓存下来,维持当前的状态.这时候就需要用到keep-alive组件 ...
- RAC常见的宏
1. RAC 作用:用来给某个对象的某个属性绑定信号,只要产生信号内容就会把内容给属性赋值 RAC(_label, text) = _textField.ra ...
- 【Linux】【Commands】文本查看类
分屏查看命令:more和less more命令: more FILE 特点:翻屏至文件尾部后自动退出: less命令: less FILE head命令: 查看文件的前n行: head [option ...
- maven高级学习
上一篇<maven是什么>介绍了最初级的maven学习,今天就趁着周末的大好时光一起学习下maven的高级知识吧. 1.maven工程要导入jar包的坐标,就必须要考虑解决jar冲突 1) ...
- Java易错小结
String 相关运算 String使用是注意是否初始化,未初始化的全部为null.不要轻易使用 string.isEmpty()等,首先确保string非空. 推荐使用StringUtils.isN ...
- 8.Vue.js-计算属性
计算属性关键词: computed. 计算属性在处理一些复杂逻辑时是很有用的. 可以看下以下反转字符串的例子: <!DOCTYPE html><html><head> ...