temporal disaggregation
6 ビュー (過去 30 日間)
古いコメントを表示
Dear all
I have the following data set
dates price
23/11/08 2
28/12/08 3
25/01/09 4
The first value is of 4-week average (average of prices across 28 days). The next value is a 5-week average and the last one is a 4-week average. I want to calculate average monthly prices. Temporal disaggregation is what I have in mind. Any code/suggestion?
0 件のコメント
採用された回答
Walter Roberson
2012 年 6 月 16 日
Use interp1(), as discussed in http://www.mathworks.com/matlabcentral/answers/41250-interpolation-to-specific-sequence-of-dates
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Price and Analyze Financial Instruments についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!