football_simulate_group
Run Monte Carlo simulations on a group's round-robin to calculate each team's probability of finishing first, second, third, fourth, or advancing.
Instructions
Monte Carlo one group's round-robin -> per-team qualification probabilities.
Args: group: Group letter A-L. iterations: Number of simulations (clamped to 100..20000).
Returns: data.teams: {code: {p_first, p_second, p_third, p_fourth, p_advance, avg_points}}. data.iterations: iterations actually run. meta.estimated: true. meta.conditioned_matches: completed matches locked in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group | Yes | Group letter A-L. | |
| iterations | No | Number of simulations (clamped to 100..20000). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| meta | No | ||
| error | No |