Hi there!
I am working on a project where we use Monte Carlo sampling, and we originally used functions from semeio for that. However, it seems like probabilit is a much better fit for our use case, since it only contains the parts we need. Also with the recent semeio releases, we took the hint that we should use this package instead :)
I've been bothering @berland with adding some type-annotations over there, and observed that probabilit also could use some annotations. Do you have any thoughts regarding this? I'm more than happy to provide assistance if needed
Hi there!
I am working on a project where we use Monte Carlo sampling, and we originally used functions from
semeiofor that. However, it seems likeprobabilitis a much better fit for our use case, since it only contains the parts we need. Also with the recentsemeioreleases, we took the hint that we should use this package instead :)I've been bothering @berland with adding some type-annotations over there, and observed that
probabilitalso could use some annotations. Do you have any thoughts regarding this? I'm more than happy to provide assistance if needed