Calculates finishing speed percentages, an innovation by Simon Rowlands of Timeform.
fin_spd(fin_time, dist, sect_time, sect_dist)
| param | details |
|---|---|
| fin_time | final time |
| dist | race distance |
| sect_time | closing sectional time |
| sect_dist | closing sectional distance |
Parameters must be in the same units, so time params fin_time and sect_time will be in seconds, while distance params dist and sect_dist will both be in furlongs, feet, metres, miles, etc.
Two articles by Simon Rowlands explaining Finishing Speeds (and sectionals) can be found: An Introduction to Sectional Timing (Part 1) An Introduction to Sectional Timing (Part 2)