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

fix typos bfplot docstring #2230

Merged
merged 2 commits into from
Apr 5, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix typos bfplot docstring
  • Loading branch information
aloctavodia committed Apr 5, 2023
commit 7ff636e433edfa16e72f1a3b1bd50f25fd87033e
6 changes: 3 additions & 3 deletions arviz/plots/bfplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def plot_bf(

Notes
-----
The bayes Factor is approximated pproximated as the Savage-Dickey density ratio
The bayes Factor is approximated as the Savage-Dickey density ratio
algorithm presented in [1]_.

Parameters
Expand All @@ -54,7 +54,7 @@ def plot_bf(
figsize : (float, float), optional
Figure size. If `None` it will be defined automatically.
textsize: float, optional
Text size scaling factor for labels, titles and lines. If `None` it will be autoscaled based
Text size scaling factor for labels, titles and lines. If `None` it will be auto scaled based
on `figsize`.
plot_kwargs : dicts, optional
Additional keywords passed to :func:`matplotlib.pyplot.plot`.
Expand All @@ -78,7 +78,7 @@ def plot_bf(

References
----------
.. [1] Heck, D., 2019. A caveat on the avage-Dickey density ratio:
.. [1] Heck, D., 2019. A caveat on the Savage-Dickey density ratio:
The case of computing Bayes factors for regression parameters.

Examples
Expand Down