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 ...
随机推荐
- 看动画学算法之:二叉搜索树BST
目录 简介 BST的基本性质 BST的构建 BST的搜索 BST的插入 BST的删除 简介 树是类似于链表的数据结构,和链表的线性结构不同的是,树是具有层次结构的非线性的数据结构. 树是由很多个节点组 ...
- vi查找替换命令详解 (转载)
转载至: http://blog.csdn.net/lanxinju/article/details/5731843 一.查找 查找命令 /pattern<Enter> :向下查找pa ...
- myatoi
atoi (表示 ascii to integer)是把字符串转换成整型数的一个函数,应用在计算机程序和办公软件中.int atoi(const char *nptr) 函数会扫描参数 nptr字符串 ...
- Cocoapods 版本更新与更新到指定版本
1.本地现有的Cocoapods的版本号是1.1.0.rc.2,想升级到最新版本 1.先切换gem源 gem sources --remove https://rubygems.org/ gem so ...
- my41_主从延迟大排查
半同步复制 主库执行 INSTALL PLUGIN rpl_semi_sync_master SONAME 'semisync_master.so'; SET GLOBAL rpl_semi_sync ...
- RPC、HTTP、RESTful
RESTful RESTFUL是一种网络应用程序的设计风格和开发方式,基于HTTP,可以使用XML格式定义或JSON格式定义.RESTFUL适用于移动互联网厂商作为业务使能接口的场景,实现第三方OTT ...
- 【力扣】146. LRU缓存机制
运用你所掌握的数据结构,设计和实现一个 LRU (最近最少使用) 缓存机制.它应该支持以下操作: 获取数据 get 和 写入数据 put . 获取数据 get(key) - 如果关键字 (key) ...
- 一个超简单的Microsoft Edge Extension
这个比微软官网上的例子简单很多,适合入门.总共4个文件: https://files.cnblogs.com/files/blogs/714801/cet6wordpicker.zip 36KB 1. ...
- .gitignore文件作用
目录 一.简介 二.常用规则 三.详细 一.简介 一般来说每个Git项目中都需要一个.gitignore文件,这个文件的作用就是告诉Git哪些文件不需要添加到版本管理中. 意思就是本地修改完项目后,上 ...
- Java 在Word中嵌入多媒体(视频、音频)文件
Word中可将Office(Word/Excel/PowerPoint).PDF.txt等文件作为OLE对象插入到文档中,双击该对象可直接访问或编辑该文件,除了以上常见的文件格式对象,也可以插入多媒体 ...