0

This is a general statistics question. Let's say I have a set consisting of several time series and I would like to find pairs that have correlation. Is the only way to do that is to compare each pair one by one? It does not seem so convenient since set may be very large.

1 Answers1

0
  1. It is the easiest and it is broadly implemented in software packages. This help to identify others variables linked.

  2. For time series is very common to do it also with lagged and forward variables. This help to identify links in terms of the future and the past and the same variable and/or others.

Rafael Valero
  • 2,736
  • 18
  • 28