Skip to content

Commit 6c078e8

Browse files
ferrinetwiecki
authored andcommitted
Add reference for VIP
1 parent 4f75687 commit 6c078e8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pymc_experimental/model/transforms/autoreparam.py

+5
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,11 @@ def vip_reparametrize(
353353
354354
with Reparam_eight:
355355
trace = pm.sample()
356+
357+
References
358+
----------
359+
- Automatic Reparameterisation of Probabilistic Programs,
360+
Maria I. Gorinova, Dave Moore, Matthew D. Hoffman (2019)
356361
"""
357362
fmodel, memo = fgraph_from_model(model)
358363
lambda_names = []

0 commit comments

Comments
 (0)