Previous in Forum: Regenerative Braking   Next in Forum: Specular Reflection vs. Diffuse Reflection
Close
Close
Close
3 comments
Rate Comments: Nested
Commentator

Join Date: Apr 2008
Posts: 96
Good Answers: 1

Coefficient of Determinant

03/22/2010 3:59 PM

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!

Register to Reply
Interested in this topic? By joining CR4 you can "subscribe" to
this discussion and receive notification when new comments are added.

"Almost" Good Answers:

Check out these comments that don't yet have enough votes to be "official" good answers and, if you agree with them, vote them!
Guru

Join Date: Mar 2007
Location: City of Light
Posts: 3943
Good Answers: 183
#1

Re: Coefficient of Determinant

03/23/2010 4:49 AM

R² quantifies the absolute difference between model and measurements it is NOT related to the distribution type.

You may say that the standard deviation and the probability density are related to the distribution type but not R²

Register to Reply
Commentator

Join Date: Apr 2008
Posts: 96
Good Answers: 1
#2
In reply to #1

Re: Coefficient of Determinant

03/23/2010 6:08 AM

Thanks, but please check this..

-------------------------------------------------------------------------------

Similarly, after least squares regression with a constant+linear model, R2 equals the square of the correlation coefficient between the observed and modelled (predicted) data values. Under general conditions, an R2 value is sometimes calculated as the square of the correlation coefficient between the original and modelled data values.

In this case, the value is not directly a measure of how good the modelled values are, but rather a measure of how good a predictor might be constructed from the modelled values (by creating a revised predictor of the form α + βƒi).

http://en.wikipedia.org/wiki/Coefficient_of_determination

---------------------------------------------------------------------------------

not related to the distribution type ?!?

Register to Reply Off Topic (Score 5)
Guru

Join Date: Mar 2007
Location: City of Light
Posts: 3943
Good Answers: 183
#3
In reply to #2

Re: Coefficient of Determinant

03/23/2010 6:58 AM

It is not limited to a linear regression, to be simple look at EXCEL, when you make a regression not only linear the program gives automatically the different coefficients for the law you choose AND a value for R² which indicates how near is the approximating curve to the measures. It is the correlation coefficient. It is also recommended that an approximation law with an R² less 0.7...0.8 is not good and an other approach has to be done. You notice that the differences are at power 2 for the computation, this is to avoid the wrong interpretation if differences are big but about same on each side of the curve. Squaring eliminates the sign effect. It is also possible to define a uncertainty band using same differences and assuming a probabilistic distribution for them. If you accept for them the normal distribution then you can compute the standard deviation and determine the ± x*σ band within which the measures could (always probability) may be fall.

Register to Reply Score 1 for Good Answer
Register to Reply 3 comments

"Almost" Good Answers:

Check out these comments that don't yet have enough votes to be "official" good answers and, if you agree with them, vote them!

Previous in Forum: Regenerative Braking   Next in Forum: Specular Reflection vs. Diffuse Reflection

Advertisement