ROI
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.