multiple correlation

36 Ansichten (letzte 30 Tage)
Mate 2u
Mate 2u am 7 Mai 2012
Bearbeitet: Walter Roberson am 12 Jun. 2022
Hi does anybody know how I can implement multiple correlation in MATLAB?

Akzeptierte Antwort

Tom Lane
Tom Lane am 8 Mai 2012
You can get R^2 (multiple correlation) from various Statistics Toolbox routines. If you don't have the toolbox or you need to do it yourself, you could use backslash to carry out a regression, then compare the sum of squared deviations from the mean of both the y variable and the residuals from the regression. Alternatively you could use corrcoef to compute the correlation between the y variable and the fitted values.
My guess is that a book on regression will give you a better explanation than that wikipedia page.

Weitere Antworten (1)

George Papazafeiropoulos
George Papazafeiropoulos am 12 Jun. 2022
Check the function regress()

Kategorien

Mehr zu Descriptive Statistics finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by