Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesulf committed Sep 16, 2024
1 parent 14d87c0 commit 9b3fa23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nautilus/sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -550,15 +550,15 @@ def posterior(self, return_as_dict=None, equal_weight=False,
the posterior. For high-precision estimates of the posterior,
use the unequal-weighted posterior. Default is False.
equal_weight_boost : float, optional
For the equal-weighted posterior, each point is sampled n times
For the equal-weighted posterior, each point is sampled n times,
where n is drawn from a nearest-integer distribution with
mean value w / max(w) * `equal_weight_boost`. Here, max(w) is the
maximum weight across all points in the posterior. For
`equal_weight_boost`=1, this means that each point is at most
sampled once, i.e., the posterior estimate contains no
duplicates. For `equal_weight_boost` > 1, duplicates are possible
but the equal-weighted posterior is a better approximation to the
unequal-weight posterior. Note that the number of poins returned
unequal-weight posterior. Note that the number of points returned
is, on average, proportional to `equal_weight_boost`. Default is
1.0.
return_blobs : bool, optional
Expand Down

0 comments on commit 9b3fa23

Please sign in to comment.