Skip to content

Commit

Permalink
up docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dmetivie committed Mar 23, 2023
1 parent 3e48923 commit d697db4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ExpectationMaximization"
uuid = "e1fe09cc-5134-44c2-a941-50f4cd97986a"
authors = ["David Métivier <david.metivier@inrae.fr> and contributors"]
version = "0.2.0"
version = "0.2.1"

[deps]
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/biblio.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ In this package, thanks to Julia generic code spirit, one can just code the algo
I know of the Python [`mixem`](https://github.com/sseemayer/mixem) package doing also using a generic algorithm implementation. However, the available distribution choice is very limited as the authors have to define each distribution (Top-Down approach).
This package does not define distribution[^1], it simply uses the `Distribution` type and what is in `Distributions.jl`.

In Julia, there is the [`GaussianMixtures.jl`](https://github.com/davidavdav/GaussianMixtures.jl) package that also does EM. It seems a little faster than my implementation when used with Gaussian mixtures (I'd like to understand what is creating this difference, though).
In Julia, there is the [`GaussianMixtures.jl`](https://github.com/davidavdav/GaussianMixtures.jl) package that also does EM. It seems a little faster than my implementation when used with Gaussian mixtures (I'd like to understand what is creating this difference, though, maybe the in-place allocation while `fit_mle` creates copy).
However, I am not sure if this is maintained anymore.

Have a look at the [benchmark](@ref Benchmarks) section for some comparisons.
Expand Down

0 comments on commit d697db4

Please sign in to comment.