Skip to content

Commit 0e968b8

Browse files
jlindbloommichaelosthege
authored andcommitted
Update pymc/func_utils.py
Co-authored-by: Michael Osthege <[email protected]>
1 parent 40964d7 commit 0e968b8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pymc/func_utils.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,9 @@ def find_constrained_prior(
6767
Returns
6868
-------
6969
opt_params: dict
70-
The optimized distribution parameters as a dictionary with the parameters' and
71-
name as key and the optimized value as value.
70+
The optimized distribution parameters as a dictionary.
71+
Dictionary keys are the parameter names and
72+
dictionary values are the optimized parameter values.
7273
7374
Examples
7475
--------

0 commit comments

Comments
 (0)