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 8bf2c5c commit bd92af5Copy full SHA for bd92af5
pymc/smc/sample_smc.py
@@ -61,7 +61,7 @@ def sample_smc(
61
independent chains. Defaults to 2000.
62
kernel : SMC_kernel, optional
63
SMC kernel used. Defaults to :class:`pymc.smc.smc.IMH` (Independent Metropolis Hastings)
64
- start : dict, or array of dict, default None
+ start : dict or array of dict, optional
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.
67
model : Model (optional if in ``with`` context).
0 commit comments