1.1.2 • Published 8 months ago

mikomi v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
8 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

8 months ago

1.1.1

8 months ago

1.1.0

8 months ago

1.0.12

8 months ago

1.0.11

8 months ago

1.0.10

8 months ago

1.0.9

8 months ago

1.0.8

8 months ago

1.0.7

8 months ago

1.0.6

8 months ago

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago