football_knockout_path
Simulate a team's knockout path to estimate survival probabilities for each round, from round of 32 to winning the tournament.
Instructions
Round-by-round survival probabilities for one team in the full sim.
Args: team: Team code (e.g. "FRA"). iterations: Number of tournament simulations (clamped to 100..20000). seed: Optional RNG seed.
Returns: data: {team, reach_r32, reach_r16, reach_qf, reach_sf, reach_final, win}. meta.estimated: true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | Optional RNG seed. | |
| team | Yes | Team code (e.g. "FRA"). | |
| iterations | No | Number of tournament simulations (clamped to 100..20000). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| meta | No | ||
| error | No |