Skip to content

Commit

Permalink
Merge pull request #2786 from ericmjl/patch-1
Browse files Browse the repository at this point in the history
Minor update to mixture docs.
  • Loading branch information
fonnesbeck authored Jan 12, 2018
2 parents cad61ac + 6eb04b0 commit f6d96ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pymc3/distributions/mixture.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ class NormalMixture(Mixture):
the component standard deviations
tau : array of floats
the component precisions
Note: You only have to pass in sd or tau, but not both.
"""
def __init__(self, w, mu, *args, **kwargs):
_, sd = get_tau_sd(tau=kwargs.pop('tau', None),
Expand Down

0 comments on commit f6d96ff

Please sign in to comment.