Skip to content

v0.29

Choose a tag to compare

@peterhurford peterhurford released this 21 Apr 11:07
  • Fixes a bug where max_gain and modeled_gain were incorrect in kelly output.
  • Fixes a bug where error was not correctly passed from half_kelly, third_kelly, and quarter_kelly.
  • Added invlognorm as a new distribution.
  • Added bucket_percentages to more easily get the percentage of values within a bucket.
  • Added third_kelly as an alias for kelly with deference = 0.66. (TODO: Fix tests)
  • Allows Bernoulli distributions to be defined with p=0 or p=1
  • Added a Makefile to help simplify testing and linting workflows