meridian.analysis.review.results.ConvergenceCases

Cases for the Convergence Check.

Inherits From: ModelCheckCase, BaseCase

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.')>