Bug?
1 回表示 (過去 30 日間)
古いコメントを表示
Maybe its me being crazy but is there a bug with the financial time series object routine 'toquarterly' ?
The online documentation says
"The default quarterly days are the last business day of March, June, September, and December."
but there's no parameter value listed to change the default quarterly dates. Then, in the help documentation the 'EM' parameter is listed but changing between 1 and 12 has no effect?
for example:
tsobj = fints(dates, data);
tsobj = toquarterly(tsobj,'EM', 2);
tsobj = fts2mat(tsobj,1);
I'm sure its me since you guys behind the scenes are Matlab rock!!!
0 件のコメント
採用された回答
Oleg Komarov
2011 年 8 月 4 日
R2009a Win7 32bit
No problems:
ft = fints([(now-99:now).' rand(100,1)]);
toquarterly(ft)
toquarterly(ft,'EM',1)
2 件のコメント
Andreas Goser
2011 年 8 月 4 日
Please make sure to report bugs to MathWorks. Only then, they can be fixed. Too often users think "It is an obvious bug, somebody reported it before"
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Financial Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!