Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cako committed Nov 18, 2024
1 parent 9a83bf5 commit 80bf466
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/plot_bayeslinearregr.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,11 @@
# vector :math:`\mathbf{x}`. The bottom left plot displays the posterior of the
# estimated noise :math:`\sigma`.
#
# In these plots there are multiple distributions of the same color and multipl
# line styles. Each of these represents a "chain". A chain is a single run of
# a Monte Carlo algorithm. Generally, Monte Carlo methods run various chains
# to ensure that all regions of the posterior distribution are sampled. These
# chains are shown on the right hand plots.
# In these plots there are multiple distributions of the same color and
# multiple line styles. Each of these represents a "chain". A chain is a single
# run of a Monte Carlo algorithm. Generally, Monte Carlo methods run various
# chains to ensure that all regions of the posterior distribution are sampled.
# These chains are shown on the right hand plots.

axes = az.plot_trace(idata, figsize=(10, 7), var_names=["~mu"])
axes[0, 0].axvline(x[0], label="True Intercept", lw=2, color="k")
Expand Down

0 comments on commit 80bf466

Please sign in to comment.