pymc.smc.kernels.MH.__init__#

MH.__init__(*args, correlation_threshold=0.01, **kwargs)[source]#
Parameters:
correlation_thresholdfloat, default 0.01

The lower the value, the higher the number of MH steps computed automatically. Defaults to 0.01. It should be between 0 and 1.

**kwargsdict, optional

Keyword arguments passed to the SMC_kernel. Refer to SMC_kernel documentation for a list of all possible arguments.