Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

Problem with detection of multicolinearity in a matrix

1 Ansicht (letzte 30 Tage)
Simon
Simon am 7 Jun. 2013
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
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

Antworten (1)

Leah
Leah am 7 Jun. 2013
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