You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In cases such as az.plot_posterior(inference_data, rope=(0.45, 0.55)), it would be useful to include an estimate of the probability within the rope. (as an option, I suspect)
In cases such as
az.plot_posterior(inference_data, rope=(0.45, 0.55))
, it would be useful to include an estimate of the probability within the rope. (as an option, I suspect)For Kruschke's version, see: http://doingbayesiandataanalysis.blogspot.com/2013/08/how-much-of-bayesian-posterior.html
we could extent this idea, in a similar way to how
ref_val
works to show probabilities for the Rope and both upper and lower tails.The text was updated successfully, but these errors were encountered: