Maths Q? Time in seconds a channel is above 'x' value
Posted: Sat Oct 31, 2015 2:28 pm
Hi all, I'm trying to work out how to calculate how many seconds per lap the front brake temperature is above 750 C. The following gives me a reading in seconds if i set the units correctly, but it isn't right, seems to be underestimating....
integrate('Brake Temp Front' [C],'Brake Temp Front' [C] >= 750,range_change("Outings:Laps"))
I am using this to get a percentage of lap time, the figure makes more sense, but I don't know if this is right either.....
stat_mean('Brake Temp Front' [C] >=750, 1, range_change("Outings:Laps"))*100
I've been trying to muddle my way through using information gleaned from here, but with these advanced (to me anyway) statistical kinds of functions I am somewhat lost
Thanks for your help, Sean.
integrate('Brake Temp Front' [C],'Brake Temp Front' [C] >= 750,range_change("Outings:Laps"))
I am using this to get a percentage of lap time, the figure makes more sense, but I don't know if this is right either.....
stat_mean('Brake Temp Front' [C] >=750, 1, range_change("Outings:Laps"))*100
I've been trying to muddle my way through using information gleaned from here, but with these advanced (to me anyway) statistical kinds of functions I am somewhat lost
Thanks for your help, Sean.