Skip to content

Commit 13b90c5

Browse files
Update pymc/smc/sample_smc.py
Co-authored-by: Oriol Abril-Pla <[email protected]>
1 parent ee2ca2a commit 13b90c5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pymc/smc/sample_smc.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,11 @@ def sample_smc(
8888
Whether or not to display a progress bar in the command line.
8989
**kernel_kwargs : dict, optional
9090
Keyword arguments passed to the SMC_kernel. The default IMH kernel takes the following keywords:
91-
threshold : float, default 0.5
92-
Determines the change of beta from stage to stage, i.e. indirectly the number of stages,
93-
the higher the value of `threshold` the higher the number of stages. Defaults to 0.5.
94-
It should be between 0 and 1.
91+
92+
threshold : float, default 0.5
93+
Determines the change of beta from stage to stage, i.e. indirectly the number of stages,
94+
the higher the value of `threshold` the higher the number of stages. Defaults to 0.5.
95+
It should be between 0 and 1.
9596
correlation_threshold : float, default 0.01
9697
The lower the value the higher the number of MCMC steps computed automatically.
9798
Defaults to 0.01. It should be between 0 and 1.

0 commit comments

Comments
 (0)