Join the newly launched
Discord community for real-time discussions, peer support, and direct interaction with the Meridian team!
meridian.analysis.review.configs.ConvergenceConfig
Stay organized with collections
Save and categorize content based on your preferences.
Configuration for the Convergence Check.
Inherits From: BaseConfig
meridian.analysis.review.configs.ConvergenceConfig(
convergence_threshold: float = 1.2,
not_fully_convergence_threshold: float = 10.0
)
Attributes |
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__
__eq__(
other
)
Return self==value.
Class Variables |
|
convergence_threshold
|
1.2
|
|
not_fully_convergence_threshold
|
10.0
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-12-03 UTC.
[null,null,["Last updated 2025-12-03 UTC."],[],[]]