Skip to content

Commit 832040f

Browse files
committed
Changelog for v0.7.1
1 parent 3312807 commit 832040f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
## Change logs
22

3+
### v0.7.1
4+
Warning for upcoming change for `IPTW` in v0.8.0. To better align with other causal estimators, `IPTW` will no longer
5+
only return a vector of weights. Behind the scenes, `IPTW` will be able to estimate the marginal structural model
6+
and provide the results directly in v0.8.0. `IPTW` will still allow access to the `Weight` column. Other tweaks are
7+
coming, such as `IPTW` estimators built for different data types. For example, `SurvivalIPTW` for survival data (like
8+
`SurvivalGFormula`).
9+
10+
Stochastic treatments can be estimated with the new `StochasticIPTW` class. This class is different from `IPTW` in that
11+
it provides the estimated mean of the outcome given the treatment plan. For comparisons, multiple versions of treatment
12+
plans need to be specified, calculated, then compared. For confidence intervals, a bootstrap procedure should be used
13+
314
### v0.7.0
415
G-estimation of structural nested models (for a single time point) are now available through `GEstimationSNM`. Psi
516
parameters can be calculated using a closed form solution or via a `scipy` optimization procedure

0 commit comments

Comments
 (0)