- Joined
- 10/9/16
- Messages
- 5
- Points
- 11
I'm not sure if I've posted in the right section so please let me know if so.
I have two data sets that I want to add together. Both $ values.
The problem is that one is Daily data and the other is Quarterly data.
I am trying to picture how to do this. It wouldn't make sense to just add the quarterly figures to the end of quarter figures in the daily data but I was thinking that if I interpolate the quarterly data for the individual corresponding days, in a linear fashion (y = mx+b) then it can fill in the gaps between the quarterly data to make daily data? Or, should I be using a more curved relationship between the quarterly data to fill in for the daily values (Cubic Spline Interpolation), and if so Why? Would that work or is there something I'm not considering?
I've attached a file to show the two data sets in a picture form.
I have two data sets that I want to add together. Both $ values.
The problem is that one is Daily data and the other is Quarterly data.
I am trying to picture how to do this. It wouldn't make sense to just add the quarterly figures to the end of quarter figures in the daily data but I was thinking that if I interpolate the quarterly data for the individual corresponding days, in a linear fashion (y = mx+b) then it can fill in the gaps between the quarterly data to make daily data? Or, should I be using a more curved relationship between the quarterly data to fill in for the daily values (Cubic Spline Interpolation), and if so Why? Would that work or is there something I'm not considering?
I've attached a file to show the two data sets in a picture form.