correlation coefficient for a non-linear fit

Does anyone know how to compute the correlation coefficient between two vectors, which are not linearly correlated? At the moment, I use a polynomial fit (order 3) between two vectors. It seems that corrcoeff compute it only for linear fits. Thanks a lot!

回答(4 个)

There are several options for correlation coefficients besides Pearson's (which is probably the most commonly used). Did you want to compute Kendall's tau or Spearman's rho? If so, then you can use the function CORR, and set the appropriate parameter. If that's not what you want, you'll need to supply some more details. (You might try searching the File Exchange, as well.)
Hi Marina
You might find the following blog posting of interest. (It shows some interesting ways to use Curve Fitting Toolbox)
http://blogs.mathworks.com/loren/2011/01/13/data-driven-fitting/
Thanks! It seems (sorry for forgetting some statistics) that correlation coefficient is defined as a strength between two variables which are linearly correlated. I would like to have something describing the "goodness of a fit" (which can be linear, polynomial, exponential etc). I will take a look at the curve fitting toolbox.
I found. "fit" does the job (we get rsquare among the statistics).

1 个评论

Is rsquare valid for nonlinear regression ??
It is invalid according to this
https://statisticsbyjim.com/regression/r-squared-invalid-nonlinear-regression/

请先登录,再进行评论。

类别

帮助中心File Exchange 中查找有关 Linear and Nonlinear Regression 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by