multiple correlation

조회 수: 27 (최근 30일)
Mate 2u
Mate 2u 2012년 5월 7일
편집: Walter Roberson 2022년 6월 12일
Hi does anybody know how I can implement multiple correlation in MATLAB?
  댓글 수: 1
Walter Roberson
Walter Roberson 2012년 5월 7일
편집: Walter Roberson 2022년 6월 12일

댓글을 달려면 로그인하십시오.

채택된 답변

Tom Lane
Tom Lane 2012년 5월 8일
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.

추가 답변 (1개)

George Papazafeiropoulos
George Papazafeiropoulos 2022년 6월 12일
Check the function regress()

카테고리

Help CenterFile Exchange에서 Descriptive Statistics에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by