Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hua-zhou/cornucopiamle
Code for reproducing the MLE examples in the manuscript “A Cornucopia of Maximum Likelihood Algorithms“ by Lange, Li, and Zhou
https://github.com/hua-zhou/cornucopiamle
mle-estimation mm-algorithms optimization-algorithms
Last synced: 8 days ago
JSON representation
Code for reproducing the MLE examples in the manuscript “A Cornucopia of Maximum Likelihood Algorithms“ by Lange, Li, and Zhou
- Host: GitHub
- URL: https://github.com/hua-zhou/cornucopiamle
- Owner: Hua-Zhou
- License: mit
- Created: 2024-08-22T17:29:56.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-08T15:42:32.000Z (2 months ago)
- Last Synced: 2024-10-12T14:53:34.636Z (about 1 month ago)
- Topics: mle-estimation, mm-algorithms, optimization-algorithms
- Language: Julia
- Homepage:
- Size: 21.5 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CornucopiaMLE
To reproduce the MLE examples in the manuscript `A Cornucopia of Maximum Likelihood Algorithms` by Kenneth Lange, Xun-Jian Li, and Hua Zhou:
1. Git clone this repository.
2. Start Julia at the directory `CornucopiaMLE`.
3. Run examples by `include("Cornucopia.jl")` at Julia REPL.