kenpom_project
Project college basketball game scores, margins, totals, and win probabilities using offensive and defensive efficiency crossover with adjustable home court advantage.
Instructions
Project game score, margin, total, and win probability for a matchup. Uses OE/DE crossover method with configurable home court advantage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| k | No | Sigmoid scaling factor for win probability (default: 11.0) | |
| season | No | Season year (default: current, ignored if archive_date set) | |
| home_adv | No | Home court advantage in points (default: 3.5) | |
| home_team | Yes | Home team name (e.g., 'Duke') | |
| archive_date | No | Optional: Use archive ratings from this date (YYYY-MM-DD) for backtesting. If omitted, uses current ratings. | |
| visitor_team | Yes | Visitor team name (e.g., 'North Carolina') |