Releases: JuliaStats/ConjugatePriors.jl
Releases · JuliaStats/ConjugatePriors.jl
v0.4.0
v0.4.0 (2019-07-14)
Merged pull requests:
- use Project.toml and bump version to 0.4 (#38) (kleinschmidt)
- use abstract array where possible (#36) (kleinschmidt)
Export conjugate distributions and interface functions
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
upgrade to 0.7
This release drops support for 0.6, and fixes errors and deprecation warnings on 0.7
v0.2.3: Namespace and symmetric matrix fixes
Correct mode for NormalInverseChisq and NormalInverseGamma
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
Adds the NormalInverseChisq
conjugate prior for the mean and variance of a Normal distribution.