Skip to content

Commit

Permalink
Merge pull request #426 from ReactiveBayes/new-exp-family
Browse files Browse the repository at this point in the history
Update ExponentialFamily.jl dependency
  • Loading branch information
bvdmitri authored Nov 4, 2024
2 parents 40d93b3 + c2d74af commit 6c2bb31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ DiffResults = "1.1.0"
Distributions = "0.24, 0.25"
DomainIntegrals = "0.3.2, 0.4"
DomainSets = "0.5.2, 0.6, 0.7"
ExponentialFamily = "1.2.0"
ExponentialFamily = "1.6.0"
ExponentialFamilyProjection = "1.1"
FastCholesky = "1.3.0"
FastGaussQuadrature = "0.4, 0.5"
Expand Down
7 changes: 1 addition & 6 deletions src/nodes/predefined/mv_normal_mean_scale_precision.jl
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
export MvNormalMeanScalePrecision

import ExponentialFamily: MvNormalMeanScalePrecision
import StatsFuns: log2π

# dummy structure
struct MvNormalMeanScalePrecision{T <: Real, M <: AbstractVector{T}} <: AbstractMvNormal
μ::M
γ::T
end

@node MvNormalMeanScalePrecision Stochastic [out, (μ, aliases = [mean]), (γ, aliases = [precision])]

# default method for mean-field assumption
Expand Down

0 comments on commit 6c2bb31

Please sign in to comment.