Skip to content

Releases: shawnrhoads/pyEM

pyEM-v0.2.2

23 Oct 18:36

Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

pyEM-v0.2.1

18 Sep 21:20

Choose a tag to compare

What's Changed

  • Re-organizes package directory structure
  • Adds EMModel class with several methods to simulate, fit, perform parameter recovery analysis
  • Add EMConfig class with several attributes to guide how EMfit() is run, including convergence criterion, maximum number of iterations, etc.
  • Adds ModelComparison class with several methods to compare different model fits and perform model identifiability analysis
  • Adds several pytests
  • Updates README with several usage examples for simulating data, fitting models to data, parameter recovery, model comparison, and model identifiability

Full Changelog: v0.0.1...v0.2.1

pyEM-v0.0.1

20 Dec 23:46

Choose a tag to compare

Initial release of the pyEM-v0.0.1 with main algorithm and usage example.