Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Problem with detection of multicolinearity in a matrix

조회 수: 1 (최근 30일)
Simon
Simon 2013년 6월 7일
마감: MATLAB Answer Bot 2021년 8월 20일
Well, title says it all. The problem is that i would like to find whether my independent variables are really independents. I only found the collintest function but that would require to test every x by pairs and would be too much hard coding. Any idea anyone? Sincerely,
a noob

답변 (1개)

Leah
Leah 2013년 6월 7일
would a correlation matrix help you out?
RHO = corr(X)

Community Treasure Hunt

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

Start Hunting!

Translated by