Quote:
|
Originally Posted by CGameProgrammer
When entering data into the mileage database, it would be nice if there were a checkbox that indicates whether or not the low-fuel alarm went off before the user filled up the tank. . . .
|
Why don't you just load the data into Excel and eliminate all entries having some "full tank" value. You could use 11.3 gal for the Prius or something more reasonable like 10 gal.
Alternatively, load the data and do a 'fill-up' size distribution. Then choose to use say the upper 10% or upper 5% as your threshold.
The advantage of this approach is the data is already there. You control the threshold value and there is no need for additional data entry.
Bob Wilson