We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb42044 commit 96a4ca0Copy full SHA for 96a4ca0
examples/logistic.py
@@ -38,4 +38,4 @@ def tinvlogit(x):
38
39
step = HamiltonianMC(model, model.vars, h)
40
41
- trace = psample(3e2, step, start)
+ trace = sample(3e2, step, start)
0 commit comments