Morning,
Is possible to know how long to a race end in Australian horse racing and use in automation?
Thanks Michael
Time or meters to race finish for Aus horse racing
- ShaunWhite
- Posts: 10562
- Joined: Sat Sep 03, 2016 3:42 am
Only by using average speeds (m/s) for various race distances, and the time the race has been in-running to derive a % complete.
DistanceCompleted = Speed * Time so %Completed would be (Speed*Time) / RaceDistance
That's your only way as they don't use TPD, but it's a very loose approximation without course, class, going, running style etc.
DistanceCompleted = Speed * Time so %Completed would be (Speed*Time) / RaceDistance
That's your only way as they don't use TPD, but it's a very loose approximation without course, class, going, running style etc.
Last edited by ShaunWhite on Mon Sep 11, 2023 2:03 am, edited 1 time in total.