Hello folks,
I am just wodering how I can check the goodness of fit btw my model and exp. data.
I studied on some of websites and books, but still vague on it.
if my model is not regression model, how can I check how well my model fit to the data ?
in my understanding, " R^2 = 1 - SSerr/SStot ", this can be only applied to regression model. SStot = sum (yi -ymean)..: if the data do not follow normal distribution,.. i guess SStot would not work well.. i am not sure..
Any comment will be very appreciated !
thanks.