equities_value
Calculate match equity in backgammon by entering the points each player needs to win; receive player X's match winning chance.
Instructions
Look up match equity for a given match score.
Args: x_away: Points player X needs to win the match (0-25). o_away: Points player O needs to win the match (0-25).
Returns: Dict with match winning chance (MWC) for player X.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| o_away | Yes | ||
| x_away | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||