Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
minaskar committed Feb 21, 2021
1 parent 7547fe8 commit d96c7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zeus/ensemble.py
Original file line number Diff line number Diff line change
@@ -405,7 +405,7 @@ def get_log_prob(self, flat=False, thin=1, discard=0):
flat (bool) : If True then flatten the chain into a 1D array by combining all walkers (default is False).
thin (int) : Thinning parameter (the default value is 1).
discard (int) : Number of burn-in steps to be removed from each walker (default is 0). A float number between
0.0 and 1.0 can be used to indicate what percentage of the chain to be discarded as burnin.
0.0 and 1.0 can be used to indicate what percentage of the chain to be discarded as burnin.
Returns:
Array containing the value of the log probability at the samples of the Markov chain (1D if flat=True, 2D otherwise).

0 comments on commit d96c7f2

Please sign in to comment.