Skip to content

Releases: JuliaStats/ConjugatePriors.jl

v0.4.0

15 Jul 15:39
v0.4.0
f0ef618
Compare
Choose a tag to compare

v0.4.0 (2019-07-14)

Diff since v0.3.2

Merged pull requests:

Export conjugate distributions and interface functions

13 Oct 22:19
Compare
Choose a tag to compare

With this release, the following API functions are exported:

  • posterior
  • posterior_canon
  • posterior_rand
  • posterior_rand!
  • posterior_randmodel
  • posterior_mode
  • fit_map

The following conjugate prior distributions (not already defined in Distributions.jl) are also exported:

  • NormalInverseChisq
  • NormalGamma
  • NormalInverseGamma
  • NormalWishart
  • NormalInverseWishart

v0.3.1

06 Sep 15:28
Compare
Choose a tag to compare
Updates for Julia 1.0 (#33)

* Update for Julia 1.0

* Use `Random.seed!`

* Also test on 1.0

upgrade to 0.7

10 Jul 15:51
5b8a08a
Compare
Choose a tag to compare

This release drops support for 0.6, and fixes errors and deprecation warnings on 0.7

v0.2.3: Namespace and symmetric matrix fixes

27 Jun 21:17
Compare
Choose a tag to compare
  • Fix issues with symmetric matrix requirements (#26)
  • Fix missing functions from Distributions and StatsFuns (#30)
  • Add StatsBase.params method for NormalInverseWishart (#29)

Correct mode for NormalInverseChisq and NormalInverseGamma

14 Feb 15:41
8e3a6a7
Compare
Choose a tag to compare
Merge pull request #21 from JuliaStats/dfk/norminvgamma-mode

Use correct formula for normal-inverse chi2 mode and normal-inverse gamma mode

v0.2.1

09 Jan 22:45
36fe174
Compare
Choose a tag to compare

Adds the NormalInverseChisq conjugate prior for the mean and variance of a Normal distribution.

v0.2.0

10 Jul 06:16
1606690
Compare
Choose a tag to compare
Bump required Distributions version to first that passes tests