fastresearchgroup / TORCHE

TOolbox for Reactor Cross-Flow Heat Exchangers: Python Scripts for calculation of Pressure drop and Heat Transfer for crossflow tube bundles based on models found across the literature.
MIT License
23 stars 13 forks source link

Bias: Need to determine how the percent error was calculated and is it appropriate based off this information. – Ask Jonah what exactly he did again. #27

Closed lcarasik closed 6 years ago

lcarasik commented 6 years ago

Need to address calculating mean percent error (or other metric) based on log transformed values as opposed to based on non-transformed. To help prevent higher percent errors (or other metric) from heavily biasing the mean value.

Jhaefner commented 6 years ago

I didn't transform the data at all. I just took the absolute value of the difference between the accepted value and the calculated value and divided by the accepted value. Then took the mean of this value across all the data points.