icmExpectedPayoutsWeitzman
Expected ICM payouts using independent Weitzman chip utility (stack^alpha).
icmExpectedPayoutsWeitzman(stacks, payouts, alpha?, returnFormat?): number[] | Float64Array
Import
const poker = require('poker-calculations');
When to use
Not Harville placement. Splits each prize tier independently using chip utility stack^alpha (default alpha = 2). Use when you want a Weitzman-style model instead of icmExpectedPayouts Harville math.
How to use
const poker = require('poker-calculations');
const ev = poker.icmExpectedPayoutsWeitzman([1000, 800, 600], [500, 300, 200], 2);