cross_sport_build_accumulator
Build accumulators across football and cricket by modeling joint probabilities of multiple outcomes with configurable legs and minimum edge per leg.
Instructions
Model the joint probability of multiple outcomes across football and cricket.
Args: legs: Total legs across both sports (2-8). Default 3. min_edge: Minimum edge per leg. Default 0.05.
Returns: data: same shape as football_build_accumulator, with sport field per leg. meta.estimated: true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| legs | No | Total legs across both sports (2-8). Default 3. | |
| min_edge | No | Minimum edge per leg. Default 0.05. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| meta | No | ||
| error | No |