ESPRaceShape is the result of an algorithm that counts the number of horses having specific run styles in a race. The concept behind it is that races can be classified according to "shape" and that races with similar "shapes" have a tendency to behave in a certain way.
The algorithm produces 11 separate race shapes, each assigned an integer value between 1 and 11. Here's a chart:
ESPRaceShape -
Number Text Description ------ ----- ----------- 1 EEE 3 or more E horses 2 EE 2 E horses 3 E 1 E horse, 0 EP horses 4 E-EP 1 E horse, 1 or more EP horses 5 EP-EP 0 E horses, 2 or more EP horses 6 EP 0 E horses, 1 EP horse, 0 P horses 7 EP-P 0 E horses, 1 EP horse, 1 or more P horses 8 P-P 0 E horses, 0 EP horses, 2 or more P horses 9 P 0 E horses, 0 EP horses, 1 P horse 10 P-S 0 E horses, 0 EP horses, 1 P horse, 1 or more S horses 11 S 0 E horses, 0 EP horses, 0 P horses, 1 or more S horses
-jp
.
|