Expanding quarterly data to monthly data

1 view (last 30 days)
alpedhuez
alpedhuez on 7 Jul 2018
Commented: dpb on 7 Jul 2018
To expand between months where data exist, one can use a variant of
TT = retime(outdoors,'hourly','spline');
but suppose the data ends in July 1966 and want to extraporate the data till Sept 1966. What shall one do?
  1 Comment
dpb
dpb on 7 Jul 2018
Need to create a model of some sort from which you can extrapolate.

Sign in to comment.

Answers (0)

Categories

Find more on Large Files and Big Data in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!