Skip to content

ROI

Compare
Choose a tag to compare
@MiguelAngelTorres MiguelAngelTorres released this 01 Nov 09:22
· 59 commits to main since this release
a7e9d4e

Features:

  • Added random match generator: get_random_matches().
  • Added two functions to fix matches probabilities: normalize_voted() and increase_real_by_voted().
  • Added rentability function, (get_rentability).
  • Added probability of reward function, calculate_probability_of_reward().
  • Added probability of ROI function, calculate_probability_of_roi().
  • Added filter possible results function, filter_possible_results(). This was an existing code duplicated on some functions. Now
    it is converted to a usable function.

Improved:

  • Reduced time cost of get_em(). Added a new argument to use an alternative implementation that consumes more RAM but less time.

Small bugfixes:

  • Roxygen now reads imports to solve dependencies.