Skip to content

Commit

Permalink
copy of old
Browse files Browse the repository at this point in the history
  • Loading branch information
dmetivie committed Mar 25, 2022
1 parent edd632e commit 4f337a8
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/ExpectationMaximization.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
module ExpectationMaximization

# Write your package code here.
using ArgCheck
using Distributions
using StatsFuns: logsumexp

# Extended functions
import Distributions: fit_mle

export fit_mle

include("fit_em.jl")
include("fit_mle_product_distributions.jl")
end

0 comments on commit 4f337a8

Please sign in to comment.