Skip to content

Commit

Permalink
Merge branch 'master' into compathelper/new_version/2022-03-26-01-37-…
Browse files Browse the repository at this point in the history
…06-526-02450103716
  • Loading branch information
dmetivie authored Mar 28, 2022
2 parents 8d3727f + 2acb716 commit 7a37ec2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"

[compat]
StatsFuns = "0.9"
Distributions = "0.25"
ArgCheck = "2"
julia = "1"

[extras]
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
This package provides a simple implementation of the Expectation Maximization algorithm used to fit mixture models.
Due to [Julia](https://julialang.org/) amazing [multiple dispatch](https://www.youtube.com/watch?v=kc9HwsxE1OY) systems and the [Distributions](https://juliastats.org/Distributions.jl/stable/) package, the code is very generic i.e., mixture of all common distributions should be supported.

I plan to add different methods for E-step and M-steps like stochastic EM and others.

## Example

```julia
Expand Down

0 comments on commit 7a37ec2

Please sign in to comment.