Statistical base
Poisson and Dixon-Coles modelling anchor the goal expectation and low-score structure.
Educational football analytics only. No outcome is guaranteed, losses are possible, and local laws may restrict access or use.
How It Works
This page keeps the educational content intact while presenting the modelling stack in a cleaner, more editorial frame.
Explainability first
The workflow is designed so you can inspect the mathematical foundation before leaning on AI-assisted commentary.
Statistical base
Poisson and Dixon-Coles modelling anchor the goal expectation and low-score structure.
Ensemble blending
Multiple signals are weighted together so one model does not dominate every market call.
Readable output
Predictions stay explicit, while guided summaries are layered on only when you request them.
Model reference
The model reference below remains the source of truth for the current statistical approach, strengths, weaknesses, and the metrics used to score fixtures.
Our AI uses a combination of statistical models to predict match outcomes. Each model has strengths and weaknesses, which is why we combine them for the best results.
poisson Model
The foundation of soccer prediction. Models goal scoring as independent Poisson processes where the probability of k goals depends only on the expected rate ฮป.
Formula:
P(X = k) = (ฮป^k ร e^(-ฮป)) / k!Strengths
Weaknesses
dixon coles Model
Extends the Poisson model by adding a dependency parameter ฯ (rho) that adjusts probabilities for low-scoring matches where teams play more conservatively.
Formula:
ฯ(x,y) = 1 + ฯ for (1,0), (0,1); 1 - ฯ for (0,0), (1,1)Strengths
Weaknesses
monte carlo Model
Runs thousands of simulated matches with random variation to generate a full probability distribution of possible outcomes.
Method:
100,000+ simulations with volatility factors
Strengths
Weaknesses
ensemble Model
Combines multiple models using weighted averaging. The final prediction blends Poisson (50%), Monte Carlo (30%), and heuristic factors (20%).
Method:
Weighted: Poisson(0.5) + Monte Carlo(0.3) + Heuristic(0.2)
Strengths
Weaknesses
Expected goals parameter - the average rate of goal scoring
Team's goals scored per game divided by league average
Team's goals conceded per game divided by league average
Weighted recent performance (last 5 games)
Shot quality-based goal expectation
Performance boost for playing at home stadium
Historical head-to-head matchup influence
Model agreement and prediction certainty
The foundation of our prediction model is the Poisson distribution, which models the probability of a given number of events (goals) occurring in a fixed interval of time.
Probability of k goals
Expected goals rate
Euler's number (~2.718)
Factorial of k
We apply the Dixon-Coles adjustment to account for the observed underdispersion in low-scoring matches where teams play more conservatively.
Where ฯ (rho) is the correlation parameter, typically -0.05 to -0.15
Data Collection
Gather team stats, form, H2H
Calculate ฮป
Expected goals for each team
Generate Matrix
Score probabilities 0-5 goals
Apply Adjustments
Dixon-Coles correction
Ensemble Output
Combine all model predictions
Methodology
Football Predictable is designed so users can inspect the base statistical output, compare market context, and then optionally read AI-generated summaries. That order matters: it keeps the football match analysis grounded in probability rather than narrative alone.
The result is a more transparent workflow for football predictions, scoreline expectations, uncertainty handling, and scenario review across both live and upcoming fixtures.
FAQ
Football Predictable combines Poisson modelling, Dixon-Coles adjustments, ensemble blending, and market-aware inputs to create educational football match analysis.
Football outcomes are inherently noisy. The product is designed to surface probability ranges, data quality, and scenario risk instead of presenting match analysis as guaranteed truth.
No. AI commentary sits on top of the model output and public context. The statistical model remains the core source of match probabilities and scenario structure.