How to convert monthly data to quarterly using IRIS toolbox?

7 ビュー (過去 30 日間)
Gohar Kartashyan
Gohar Kartashyan 2016 年 10 月 18 日
コメント済み: Frantisek Brazdik 2022 年 9 月 20 日
How to convert monthly data to quarterly using IRIS toolbox? Any specific codes suggested? Thanks in advance.
  4 件のコメント
Walter Roberson
Walter Roberson 2016 年 10 月 19 日
Most people do not know the toolbox or have the url. Posting the url makes it more likely that someone might take a look.
I myself have no idea how that toolbox works.
Frantisek Brazdik
Frantisek Brazdik 2022 年 9 月 20 日
IRIS is a free, open-source toolbox for macroeconomic modeling and forecasting in Matlab®, originally developed by the IRIS Solutions Team and currently maintained and supported by the Global Projection Model Network.
In a user-friendly command-oriented environment, IRIS integrates core modeling functions (including a flexible model file language with a powerful preparser, a variety of tools for simulation, estimation, forecasting and model diagnostics, practical techniques for judgmental adjustments, and more) with supporting infrastructure (such as data management, time series analysis, and reporting).
Here, is the toolbox main page
and here is the toolbox itself
https://github.com/IRIS-Solutions-Team/IRIS-Toolbox

サインインしてコメントする。

回答 (1 件)

Frantisek Brazdik
Frantisek Brazdik 2021 年 2 月 19 日
編集済み: Walter Roberson 2021 年 2 月 20 日
Use function convert
m_ts = tseries(mm(1990,1):mm(2020,12),rand(1,372));
q_ts = convert(m_ts,'q')
convert accepts parameters to change the conversion type

カテゴリ

Help Center および File ExchangeMATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by