We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a9ab7f commit f2153baCopy full SHA for f2153ba
pymc/smc/sample_smc.py
@@ -59,8 +59,8 @@ def sample_smc(
59
draws : int, default 2000
60
The number of samples to draw from the posterior (i.e. last stage). And also the number of
61
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)
+ kernel : SMC_kernel, optional
+ SMC kernel used. Defaults to :class:`pymc.smc.smc.IMH` (Independent Metropolis Hastings)
64
start : dict, or array of dict, default None
65
Starting point in parameter space. It should be a list of dict with length `chains`.
66
When None (default) the starting point is sampled from the prior distribution.
0 commit comments