Solved – Does Sampling Frequency matter for Time Series analysis

frequencysamplingstandard deviationtime series

I am given two time series of prices between 2009 and 2013. Price series A is weekly data, series B is monthly data. I would like to compare some basic descriptive statistics of these two time series data (such as mean, standard deviation etc).

Intuitively, I just wonder if the period sampling difference should be of any concern…. What could be some potential problems, and if there are ways to reduce the impact….

I guess the other way to put it is that, should I just pick the month-end numbers of series A to match the frequency of series B. I am not sure about this approach because the quality of statistics might be compromised for series A.

Thank you so much!

Best Answer

The sampling difference is a problem. To compare apples-to-apples, both series need to be based on the same frequency and timing. In this case, if Series B is based on the last day of each month, then Series A also needs to be based on the same days. If you can't get daily data for Series A then you may need to interpolate on the weekly data.

If seasonality is involved, then using weekly data is an even bigger problem. The main seasonality issue with weekly data is that there aren't 52 weeks in a year. Using 365 days per year and 7 days a week gives 52.14 weeks per year. That's not an integer number, which means that when a year ends, the associated week may or may not end. As result, all calculations have to be modified to reflect that. Monthly data has exactly 12 months per year. Each month may not have the same number of days, but that is typically understood for monthly data.