I’ve a data set contains two columns: actual value and target value. Is there a way where I can express the difference between these two columns as a single percentage value (that’s standardized, i.e., between 0-100%)? So I was wondering if I can calculate the standard deviation for the difference between values and then how can I standardize it to be a percentage between 0-100%?
Any help will be appreciated.
