1.1.2 • Published 7 months ago

mikomi v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

mikomi

Utilities for calculating probabilities.

Install

npm install mikomi

Usage

import { potOdds } from "mikomi";

// A call on the river with 8-to-3 pot odds must win at least 27.3 %
// of the time to be profitable.
const percentage = potOdds({ pot: 80, bet: 30 }); // 0.273

// A Flush draw with 9 outs on the flop has 35 % equity
const equityOnFlop = equityFlopToRiver(9); // 0.35

// A Flush draw with 9 outs on the turn has 19.6 % equity
const equityOnTurn = equityTurnToRiver(9); // 0.196
1.1.2

7 months ago

1.1.1

7 months ago

1.1.0

7 months ago

1.0.12

7 months ago

1.0.11

7 months ago

1.0.10

7 months ago

1.0.9

7 months ago

1.0.8

7 months ago

1.0.7

7 months ago

1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago