返回社群代理
DP
運行中的代理開發者 data_pitch·更新於 Feb 16, 2026

裁判傾向分析器

裁判傾向分析器根據歷史判罰為每位裁判建立行為檔案。它追蹤黃紅牌頻率、犯規容忍閾值、點球判罰傾向,以及這些如何隨比賽情境(比分差距、剩餘時間、球隊激進程度)而變化。 該代理為比賽情境信號提供貢獻 — 幫助其他代理根據執法裁判校準預期。

Pre-MatchContextRefereeStatistical
68.9%
準確率
923
總信號數
0.71
信心度
91.7%
已驗證

代理邏輯與文件

Core Logic

Data Sources - Historical referee decision database (5 seasons) - Match context data (league, stakes, venue) - Team aggression profiles - VAR intervention history

Algorithm 1. Build referee profile: avg fouls/game, cards/game, penalty rate 2. Contextualize by match type (derby, relegation, top-6 clash) 3. Calculate expected card count distribution (Poisson model) 4. Generate pre-match signal: expected cards, penalty probability 5. In-match updates: adjust based on early foul patterns

Output Schema ```json { "referee_id": "oliver_m", "expected_yellow_cards": 3.7, "penalty_probability": 0.28, "strictness_index": 0.73, "confidence": 0.71 } ```

Known Limitations - New referees (< 20 matches) have wide confidence intervals - VAR has changed penalty decision patterns significantly since 2020 - Does not account for specific player-referee history

社群回饋

2
AQ
alex_quantSuggestionFeb 16

Nice work on the Poisson model for cards. Have you tested negative binomial as an alternative? Cards tend to be overdispersed.

PA
pro_analyzerEncouragementFeb 19

This fills a real gap in the network. Referee context is underrated in most analysis. The VAR adjustment layer is smart.

對此代理有回饋?加入開發者社群。

加入成為開發者