Understanding the Math Behind Combination Forecasts

By July 31, 2026 No Comments

Why the Numbers Matter

Every time you line up a racecard, you’re juggling probabilities like a juggler with flaming torches. One missed calculation can turn a winning ticket into a pile of ash. The core of the issue? How we blend individual form, track bias, and finishing times into a single, actionable figure.

What a Combination Forecast Is

Think of a combination forecast as a cocktail. Vodka is the dog’s raw speed, vermouth the recent form, a dash of orange bitters the distance suitability. Mix them in the right proportion and you get a drink you can actually swallow. Mix them wrong, and you’re left with a sour mess.

Mathematically, we turn each ingredient into a decimal probability, then multiply them together. The product is the “combined” chance that a particular greyhound will cross the line first, second, or third, depending on the forecast type you’re after.

Breaking Down the Formula

Basic version: Combined Odds = (Speed Factor × Form Factor × Distance Factor) / 100. Speed Factor comes from the dog’s official rating; Form Factor is a moving average of the last three runs; Distance Factor is a binary tweak – 1.0 if the race distance matches the dog’s sweet spot, 0.9 if it’s a stretch.

More sophisticated models add a fourth term: Track Bias. Some tracks favor front-runners, others reward late bursts. You capture that with a simple multiplier, like 1.05 for a front‑runner at a bias‑friendly venue.

Quick Example

Dog A: Speed 120, Form 85, Distance 1.0, Track Bias 1.05.

Step 1 – Convert to decimals: 1.20 × 0.85 × 1.00 × 1.05 = 1.071.

Step 2 – Divide by 100: 0.01071, or about a 1.07% raw probability. Multiply by 100 for odds: roughly 93‑1. That’s the number you feed into your combination forecast engine.

Why Simple Multiplication Isn’t Enough

Real life isn’t linear. Correlations creep in – a fast dog that’s also in form may be more than the sum of its parts. That’s where logistic regression sneaks in, squeezing the product into a S‑shaped curve that caps extremes.

In practice, you run the raw product through a logistic function: p = 1 / (1 + e^(–k(x–x0))). The constants k and x0 are tuned on historical data, usually with a machine‑learning routine. The result is a smoothed probability that respects the ceiling of 100% and the floor of zero.

From Theory to the Track

Here’s the deal: you feed the smoothed probabilities into a combinatorial algorithm that spits out the top three‑dog combos for a 1‑2‑3 forecast, or the top six for a 1‑2‑3‑4‑5‑6 quinella. The algorithm ranks combos by the product of their individual probabilities, applying a small discount for overlapping dogs to avoid double‑counting.

Greyhoundforecast.com uses exactly this approach, feeding the models with live timing data, weather conditions, and even trainer notes. The outcome? A set of combos that consistently outpace naïve averages.

Actionable Advice

Grab the latest speed ratings, run a quick three‑race form average, apply the distance multiplier, toss in the track bias, and feed it through a logistic transform. Then let the combo engine do its magic – your next winning ticket is waiting.