You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While testing the application I noticed that lower average speeds have higher percentage changes when compared against the reference speeds. This is counter intuitive: a lower average speed should have a lower percentage change.
I checked the code and noticed that the formula to calculate the percentage change seems weird:
While testing the application I noticed that lower average speeds have higher percentage changes when compared against the reference speeds. This is counter intuitive: a lower average speed should have a lower percentage change.
I checked the code and noticed that the formula to calculate the percentage change seems weird:
analyst-ui/src/app/processing.js
Line 33 in 0a9861d
The way I would assume would be
(average-reference)/reference *100
as per https://en.wikipedia.org/wiki/Relative_change_and_differenceAny particular reason we are not using the simple formula?
The text was updated successfully, but these errors were encountered: