Hey, folks
When experimental data follow normal distribution, we use R^2(coefficient of determinant) to check our model fit is good or not. (not predict, but just for goodness of data fit)
R^2 = 1-sum((ydata-ysim).^2)/sum((ydata-ydatamean).^2)
But, what if the data does not follow normal distribution ?!
What sort of method do i need to use for checking my model ?
Thanks in advance!
"Almost" Good Answers: