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!

Antworten (4)

the cyclist
the cyclist am 1 Feb. 2011

1 Stimme

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.)
Richard Willey
Richard Willey am 2 Feb. 2011

1 Stimme

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/
Mariana
Mariana am 2 Feb. 2011

0 Stimmen

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.
Mariana
Mariana am 2 Feb. 2011

0 Stimmen

I found. "fit" does the job (we get rsquare among the statistics).

1 Kommentar

Ameen Bassam
Ameen Bassam am 27 Jul. 2021
Is rsquare valid for nonlinear regression ??
It is invalid according to this
https://statisticsbyjim.com/regression/r-squared-invalid-nonlinear-regression/

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Linear and Nonlinear Regression finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 1 Feb. 2011

Kommentiert:

am 27 Jul. 2021

Community Treasure Hunt

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

Start Hunting!

Translated by