I am trying to calculate some statistical parameters (min, max, average, st. dev., 90th percentile) for the difference between some observed height values and the corresponding predicted values. The difference values can be negative and positive. Should I calculate the statistics on the absolute values or leave them as they are? Why is that?
Thank you very much!