Skip to content

Conversation

twiecki
Copy link
Member

@twiecki twiecki commented Sep 27, 2016

Argument order of tau and sd was switched for distributions of the normal family:

  • Normal()
  • Lognormal()
  • HalfNormal()

Old: Normal(name, mu, tau)
New: Normal(name, mu, sd) (supplying keyword arguments is unaffected).

MvNormal calling signature also changed:
Old: MvNormal(name, mu, tau)
New: MvNormal(name, mu, cov) (supplying keyword arguments is unaffected).

Addresses #1385.

@twiecki twiecki changed the title Reverse tau sd Reverse order of tau and sd in Normal-related likelihoods Sep 27, 2016
@coveralls
Copy link

coveralls commented Sep 27, 2016

Coverage Status

Coverage increased (+0.05%) to 81.27% when pulling 7d50d78966307601a17eb1dc4eec5d132b5ae591 on reverse_tau_sd into e9ee56a on master.

…al arguments before.

DOC Add new calling signatures to release notes.
@coveralls
Copy link

coveralls commented Sep 27, 2016

Coverage Status

Coverage increased (+0.05%) to 81.27% when pulling 3d1a702 on reverse_tau_sd into e9ee56a on master.

@coveralls
Copy link

coveralls commented Sep 27, 2016

Coverage Status

Coverage increased (+0.05%) to 81.27% when pulling 3d1a702 on reverse_tau_sd into e9ee56a on master.

Copy link
Contributor

@springcoil springcoil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like good work Thomas. It's ready to merge in my opinion.

@springcoil springcoil merged commit 9bdb5d4 into master Sep 27, 2016
@twiecki twiecki mentioned this pull request Sep 28, 2016
@twiecki twiecki deleted the reverse_tau_sd branch September 28, 2016 07:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants