in reply to Re: How to find the N largest values in an array?
in thread How to find the N largest values in an array?
The problem is that the values are ordered by time and i need the 3 values to be "in a row" not just the 3 highest. the purpose of this is to "read" a peak in traffic. if i just pull out 3 highest it doesnt represent an average.
thanks though, im looking to see if i can somehow use this.