temporal disaggregation
조회 수: 2 (최근 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!