We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25863ac commit 772abdeCopy full SHA for 772abde
sbi/inference/posteriors/rejection_posterior.py
@@ -139,7 +139,7 @@ def sample(
139
reject_outside_prior: bool = True,
140
max_sampling_time: Optional[float] = None,
141
):
142
- r"""Draw samples from the approximate posterior distribution $p(\theta|x)$.
+ r"""Draw samples from the approximate posterior via rejection sampling.
143
144
Args:
145
sample_shape: Desired shape of samples that are drawn from posterior. If
0 commit comments