Skip to content

Commit f2153ba

Browse files
rowan-schaeferOriolAbril
authored and
Rowan Schaefer
committed
Update pymc/smc/sample_smc.py
Co-authored-by: Oriol Abril-Pla <[email protected]>
1 parent 7a9ab7f commit f2153ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pymc/smc/sample_smc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ def sample_smc(
5959
draws : int, default 2000
6060
The number of samples to draw from the posterior (i.e. last stage). And also the number of
6161
independent chains. Defaults to 2000.
62-
kernel : class, default `pymc.smc.smc.IMH`
63-
SMC_Kernel used. Defaults to :class:`pymc.smc.smc.IMH` (Independent Metropolis Hastings)
62+
kernel : SMC_kernel, optional
63+
SMC kernel used. Defaults to :class:`pymc.smc.smc.IMH` (Independent Metropolis Hastings)
6464
start : dict, or array of dict, default None
6565
Starting point in parameter space. It should be a list of dict with length `chains`.
6666
When None (default) the starting point is sampled from the prior distribution.

0 commit comments

Comments
 (0)