Correlation of time series - is there a better indicator?

In summary, When looking at the correlation between two time-series, it is important to consider the shifts between the series as well. This is known as Cross Correlation and can be measured using the ccf function in R.
  • #1
Tosh5457
134
28
Is correlation between 2 time-series a useful indicator? In currency pairs for example, sometimes the correlation between 2 pairs (e.g. EUR/USD and GBP/USD) for the past x days is strong, but it can weaken very fast. Should I just take the average over time and go with it, or is there a better indicator to measure a relation between 2 time-series?
 
Physics news on Phys.org
  • #2
Tosh5457 said:
Is correlation between 2 time-series a useful indicator? In currency pairs for example, sometimes the correlation between 2 pairs (e.g. EUR/USD and GBP/USD) for the past x days is strong, but it can weaken very fast. Should I just take the average over time and go with it, or is there a better indicator to measure a relation between 2 time-series?

Hi Tosh

Usually a shift between series is also considered. This relationship between two time series is called Cross Correlation

This functionality is implemented in R in the function ccf
 

Related to Correlation of time series - is there a better indicator?

1. What is a time series correlation?

A time series correlation is a statistical measure that indicates the extent to which two or more time series variables are related. It measures the strength and direction of the linear relationship between the variables.

2. How is time series correlation calculated?

Time series correlation is calculated using a mathematical formula called the correlation coefficient. This coefficient is calculated by dividing the covariance of the two time series by the product of their standard deviations.

3. What does a high or low correlation coefficient indicate?

A high correlation coefficient, closer to +1 or -1, indicates a strong positive or negative linear relationship between the time series variables. A low correlation coefficient, closer to 0, indicates a weak or no linear relationship.

4. Is correlation a reliable indicator for predicting future trends?

Correlation is a useful tool for identifying patterns and relationships between time series variables, but it should not be solely relied upon for predicting future trends. Other factors such as external influences and underlying patterns should also be considered.

5. Are there any limitations to using time series correlation as an indicator?

Yes, there are some limitations to using time series correlation as an indicator. It assumes a linear relationship between variables, and may not capture non-linear relationships. It also does not account for causation, and a high correlation does not necessarily mean causation between the variables.

Similar threads

  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
965
  • Set Theory, Logic, Probability, Statistics
Replies
10
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
  • Quantum Interpretations and Foundations
2
Replies
54
Views
4K
  • Set Theory, Logic, Probability, Statistics
Replies
21
Views
3K
Replies
1
Views
847
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
9
Views
2K
Back
Top