shin icon indicating copy to clipboard operation
shin copied to clipboard

Python implementation of Shin's method for calculating implied probabilities from bookmaker odds

Results 5 shin issues
Sort by recently updated
recently updated
newest added

Bumps [black](https://github.com/psf/black) from 23.10.1 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...

dependencies

Reflects changes introduced in #5. Closes #7

e.g. some of the comments on return values are no longer valid with the changes in #5

A natural counterpart to probability inference would be odds inference, i.e., output a set of prices for a given set of probabilities (that sum to 1) for a target overround/margin,...

The function has a boolean flag argument that alters its output so we can use `@overload` to specify the relationship between args and output types. For example, ```py reveal_type(shin.calculate_implied_probabilities((1.5, 2.5,...