Predicted Times Algorithm for Tortoise & Hare (pre-2012)

by Paul Patterson, former FCRC President

This algorithm was used in the years through early-January 2012. For the latest algorithm, see the Tortoise & Hare page.

The algorithm for predicting the finish time for a T&H race is a two step process. First, for each previous race, using the previous race distance and finish time, a finish time is predicted for the new race distance; the second step is to use all the predicted finish times based on the previous races to calculate a overall predictedgfimsh time; now the messy details.

The formula used to predict a finish time for a new race based on a previous race is:

(new finish time) = (previous finish time) * (new distance) / (previous distance) * (adj factor)

where the adjustment factor is either 1.06, if the new distance is greater than previous distance, or 1/1 .06, if the new distance is less than the previous distance. The adjustment factor A compensates for the fact that our pace is slower for a longer distance and faster for a shorter distance. For example, if the previous distance was 5K and the new distance was 10K we can’t just double our 5K time and the learned folks who have studied this problem think an average person slows down (or speeds up) by 6 percent. There are a couple other proposed adjustment factors out in internet land; Nick and I decided to use the simplest one.

The overall prediction is based on the races &om last season and this season. A point of ~ clarification: a season is seven races, so the 2010 season is October 2010 through April 201 1. If there are no previous races from this season, then the overall predicted time is the average of the predicted finish times based on last season’s races. (This is the situation for all racers at the first race of the season.)

If there is only one previous race from this season, then there are two sub-cases: 1) There are no races from last season; then use the predicted time based on the one previous race from this season. 2) There are races from last season; then the overall prediction is the average of the prediction time based on the one previous race from this season and the average of the predicted times based on the races from last season. That is:

(1/2)*[ (predicted time based on this season’ s one race) + (average of predicted times based on last season’ s races)]

What this does is weight the one piece of current information from thisseason more heavily than the old information from last season.

There are two or more previous races from this season; then the overall predicted time is the average of the predictions based on this season’s previous races; that is, ignore the information from last season.

Memberships

Join & become a member today!