temporal disaggregation
7 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposta accettata
Walter Roberson
il 16 Giu 2012
Use interp1(), as discussed in http://www.mathworks.com/matlabcentral/answers/41250-interpolation-to-specific-sequence-of-dates
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Price and Analyze Financial Instruments in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!