meridian.analysis.review.configs.ConvergenceConfig

Configuration for the Convergence Check.

Inherits From: BaseConfig

convergence_threshold The threshold for the R-hat statistic to determine if the model has converged. R-hat values below this are considered converged.
not_fully_convergence_threshold The threshold for the R-hat statistic to determine if the model is not fully converged but potentially acceptable. R-hat values between convergence_threshold and this value are considered not fully converged. R-hat values above this threshold are considered not converged.

Methods

__eq__

Return self==value.

convergence_threshold 1.2
not_fully_convergence_threshold 10.0