Hi
We have two time series dataset. For example mean daily temperature from two stations. Each of them have 30 data for a month.
T1={ t1 , t2 ,... , t30 }
T2={ t1 , t2 ,... , t30 }
Now we want to calculate the similarity between them. Some people may suggest correlation coefficient for this task but I think we use it when we consider the relation between datasets not similarity.
Is there any index to measuring the similarity?
Thanks