Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docstrings of ess, autocorr and bpv plots #2185

Merged
merged 16 commits into from
Jan 5, 2023
Prev Previous commit
Next Next commit
Update arviz/plots/bpvplot.py
Co-authored-by: Oriol Abril-Pla <oriol.abril.pla@gmail.com>
  • Loading branch information
asael697 and OriolAbril committed Jan 2, 2023
commit 0db3900af180b533890b20703d857c0c27a1286c
2 changes: 1 addition & 1 deletion arviz/plots/bpvplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def plot_bpv(
If True add the Bayesian p_value to the legend when ``kind = t_stat``.
plot_mean : bool, default True
Whether or not to plot the mean test statistic.
reference : {None,"analytical","samples"}, default "analytical"
reference : {"analytical", "samples", None}, default "analytical"
How to compute the distributions used as reference for ``kind=u_values`` or ``kind=p_values``.
Use `None` to do not plot any reference.
mse : bool, default False
Expand Down