Join the newly launched
Discord community for real-time discussions, peer support, and direct interaction with the Meridian team!
meridian.analysis.review.results.ConvergenceCases
Stay organized with collections
Save and categorize content based on your preferences.
Cases for the Convergence Check.
Inherits From: ModelCheckCase, BaseCase
Class Variables |
|
CONVERGED
|
<ConvergenceCases.CONVERGED: (<Status.PASS: 1>, 'The model has likely converged, as all parameters have R-hat values < {convergence_threshold}.', None)>
|
|
NOT_CONVERGED
|
<ConvergenceCases.NOT_CONVERGED: (<Status.FAIL: 3>, "The model hasn't converged, and the \`max_r_hat\` for parameter \`{parameter}\` is {rhat:.2f}.", 'We recommend increasing MCMC iterations or investigating model misspecification (e.g., priors, multicollinearity) before proceeding.')>
|
|
NOT_FULLY_CONVERGED
|
<ConvergenceCases.NOT_FULLY_CONVERGED: (<Status.FAIL: 3>, "The model hasn't fully converged, and the \`max_r_hat\` for parameter \`{parameter}\` is {rhat:.2f}.", 'Manually inspect the parameters with high R-hat values to determine if the results are acceptable for your use case, and consider increasing MCMC iterations or investigating model misspecification.')>
|
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."],[],[]]