Releases: shawnrhoads/pyEM
Releases · shawnrhoads/pyEM
pyEM-v0.2.2
What's Changed
- Adds social context RL models by @princessamygdala in #17
Full Changelog: v0.2.1...v0.2.2
pyEM-v0.2.1
What's Changed
- Re-organizes package directory structure
- Adds
EMModelclass with several methods to simulate, fit, perform parameter recovery analysis - Add
EMConfigclass with several attributes to guide how EMfit() is run, including convergence criterion, maximum number of iterations, etc. - Adds
ModelComparisonclass 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
Initial release of the pyEM-v0.0.1 with main algorithm and usage example.