pymc.smc.kernels.IMH.__init__#
- IMH.__init__(*args, correlation_threshold=0.01, **kwargs)[source]#
- Parameters:
- correlation_threshold
float
, default 0.01 The lower the value, the higher the number of IMH steps computed automatically. Defaults to 0.01. It should be between 0 and 1.
- **kwargs
dict
, optional Keyword arguments passed to the SMC_kernel. Refer to SMC_kernel documentation for a
- list of all possible arguments.
- correlation_threshold