Skip to content

Commit 286074b

Browse files
ADVI docstring: std is no longer in log space
1 parent c4aa3f3 commit 286074b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc3/variational/advi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def advi(vars=None, start=None, model=None, n=5000, accurate_elbo=False,
8989
ADVIFit
9090
Named tuple, which includes 'means', 'stds', and 'elbo_vals'.
9191
92-
'means' is the mean. 'stds' is log of the standard deviation.
92+
'means' is the mean. 'stds' is the standard deviation.
9393
'elbo_vals' is the trace of ELBO values during optimizaiton.
9494
9595
References

0 commit comments

Comments
 (0)