File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -88,10 +88,11 @@ def sample_smc(
88
88
Whether or not to display a progress bar in the command line.
89
89
**kernel_kwargs : dict, optional
90
90
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.
95
96
correlation_threshold : float, default 0.01
96
97
The lower the value the higher the number of MCMC steps computed automatically.
97
98
Defaults to 0.01. It should be between 0 and 1.
You can’t perform that action at this time.
0 commit comments