andrewkirk said:
The coefficient of determination ('R-squared') that Micromass linked uses the sum of squared errors (SSE) together with a measure of the spread of the observed values to calculate the measure of fit, so that gives some of the consideration you are seeking. the R-squared is the most commonly used measure of fit in simple regressions.
If for some case-specific reason you wanted to give even stronger consideration to the values being predicted you could replace the SSE, which is an equally-weighted sum, by a weighted sum that gave more weight to the squares that you wanted to have more influence. For example you might replace the SSE by ##\sum_{k=1}^n (y_k-\hat{y}_k)^2|y_k|## if you wanted to put more emphasis on observations of larger values. You'd need to also change your method for calculating R-squared though, to reflect the different weighting scheme.
Okay, I will be honest with you, I didn't understand very much of what you were saying because you brought up a lot of concepts that I have never heard of. Please don't take this as me blaming you for not explaining well, you have already gave me a method that I had never thought of.
The things I don't understand in the first paragraph include:
-Is the coefficient of determination (R-squared) the same as the sum of all the squares of individual differences between two curves like what you told me?
-What is "Micromass" / "Micromass linked" is it a certain computer program?
-Is sum of squared errors (SSE) the same as sum of squared differences?
-"A measure of spread": Is this some general expression for the property of the measured data? Such as its average magnitude?
-I suppose the "measure of fit" just means the reported value for the "goodness of fit" generated by a software?
-Simple regression: such as linear relationship between dependent and independent?
With the magnitude of my ignorance, I did not believe that the weighting described in the second paragraph would be much help to me so I pretty much just skimmed over it, sorry if that would be a disrespect.
In conclusion, what I understand is your message is that some software can give reports on the resemblance of two curves with considerations of their properties automatically. Trouble is, not only is my understanding of technology rather basic, I am required to give clear explanation for the meaning of the "goodness of fit" that I report, I would appreciate it if you would show me a way to calculate (manually, dare I say?) the goodness of fit, maybe something like:
(Sum of squared differences) / (Average values of prediction)*(Average of actual data)
Of course that was just a wild guess that even I am skeptical about, but I hope it demonstrate my intention.