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 4e435ea commit d9cf14cCopy full SHA for d9cf14c
pymc3/smc/sample_smc.py
@@ -53,7 +53,7 @@ def sample_smc(
53
independent chains. Defaults to 2000.
54
kernel: str
55
Kernel method for the SMC sampler. Available option are ``metropolis`` (default) and `ABC`.
56
- Use `ABC` for likelihood free inference togheter with a ``pm.Simulator``.
+ Use `ABC` for likelihood free inference together with a ``pm.Simulator``.
57
n_steps: int
58
The number of steps of each Markov Chain. If ``tune_steps == True`` ``n_steps`` will be used
59
for the first stage and for the others it will be determined automatically based on the
0 commit comments