Love it! Perfect
Script to visualize average race
Fair enough, I am just doing a naive average of all of the duplicates without taking variance into account, has worked well so far for all the races I've traded on (usually only a couple of seconds +/-).jimibt wrote: ↑Thu Apr 27, 2017 10:41 amDavid,
I implemented a .net version of this and all works fine. However, I'm sure you noticed, here are a ton of duplicates per RaceType/Distance in the csv file. I actually just took the 1st instance found of each and popped it into a dictionary object. There is a small variance however between some of the duplicates, so not sure if an AVG of the dupes would be desirable or not.
yeah, kinda the tack i opted to take and agreed, close as... thanks again for the data file.doovd wrote: ↑Thu Apr 27, 2017 1:49 pmFair enough, I am just doing a naive average of all of the duplicates without taking variance into account, has worked well so far for all the races I've traded on (usually only a couple of seconds +/-).jimibt wrote: ↑Thu Apr 27, 2017 10:41 amDavid,
I implemented a .net version of this and all works fine. However, I'm sure you noticed, here are a ton of duplicates per RaceType/Distance in the csv file. I actually just took the 1st instance found of each and popped it into a dictionary object. There is a small variance however between some of the duplicates, so not sure if an AVG of the dupes would be desirable or not.