Skip to content

Commit

Permalink
add more doc
Browse files Browse the repository at this point in the history
  • Loading branch information
zihaoxu98 committed Nov 26, 2024
1 parent 3e99647 commit 315693d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appletree/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,9 @@ def get_post_parameters(self, which="mpe"):
"""Get parameters from the backend.
Args:
which: str, 'mpe', 'random' or 'median'.
which: str, 'mpe', 'random' or 'median'. 'mpe' is the maximum posterior estimate,
i.e. the parameter set with the highest posterior value. 'random' returns a
random parameter set from the posterior distribution. 'median' is the marginal medians.
"""
# Assign attributes for the first time
Expand Down

0 comments on commit 315693d

Please sign in to comment.