How to retrieve the subset of n least correlated series from a covariance matrix in Python?

后端 未结 0 1440
长发绾君心
长发绾君心 2020-12-02 11:03

Given a 25x25 covariance matrix, how can I extract the 5 least intercorrelated indexes?

My quick guess is that I should sum each row of the covariance matrix in a new

相关标签:
回答
  • 消灭零回复
提交回复
热议问题