How to convert monthly data to quarterly using IRIS toolbox?

조회 수: 5 (최근 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 CenterFile Exchange에서 Testing Frameworks에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by