time-series

Guide econometrics researchers through time-series analysis with Python, R, and Stata templates.

6|1|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/zhouziyue233/great-econometrics --skill time-series-zhouziyue233
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: time-series
Source: https://github.com/zhouziyue233/great-econometrics/tree/main/skills/time-series
Command: npx skills add https://github.com/zhouziyue233/great-econometrics --skill time-series-zhouziyue233

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Guides and streamlines time-series analysis for econometrics researchers.

Core Features & Use Cases

  • Exploratory diagnostics: ACF/PACF plots, stationarity checks, trend and seasonality assessment.
  • Modeling templates: ARIMA, VAR/VECM, cointegration with practical selection criteria.
  • Diagnostics & forecasting: Residual tests, impulse response functions, and forecast evaluation with out-of-sample checks.
  • Cross-language templates: Python, R, and Stata examples and guidance for practical implementation.

Quick Start

Provide your time-series data and request a step-by-step stationarity assessment and model recommendations.

Frequently Asked Questions about time-series

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I test for unit roots and stationarity in time-series econometrics?

Time-series unit root and stationarity testing applies ADF checks and trend assessment to determine data integration order. This Skill provides step-by-step stationarity diagnostics, exploratory ACF/PACF plots, and language-specific templates for reproducible workflows.

What is the best way to build a VAR model for cointegration and Granger causality?

Building a VAR model for cointegration and Granger causality applies multivariate time-series techniques to capture dynamic relationships. This Skill guides VAR/VECM model selection, cointegration testing, impulse response functions, and residual diagnostics across Python, R, and Stata.

How do I select ARIMA model parameters for macroeconomic forecasting?

Selecting ARIMA parameters for macroeconomic forecasting applies information criteria and ACF/PACF analysis to identify optimal orders. This Skill provides practical selection criteria, cross-language code templates, and out-of-sample forecast evaluation checks.

Does this time-series econometrics workflow support Python, R, and Stata?

Yes, this time-series econometrics workflow supports Python, R, and Stata. It provides modular cross-language code templates and integrated guidance for implementing univariate and multivariate analysis, ensuring reproducible end-to-end workflows.

When do I need to use VECM instead of VAR for cointegrated time-series data?

You need VECM instead of VAR for cointegrated time-series data when unit root tests indicate non-stationary variables share a long-run equilibrium relationship. This Skill guides cointegration testing and VECM modeling to capture both short-run dynamics and long-run adjustment.

How do I evaluate out-of-sample forecasts for financial time-series models?

Evaluating out-of-sample forecasts for financial time-series models applies residual tests and forecast evaluation checks to assess predictive accuracy. This Skill integrates impulse response functions and out-of-sample validation steps into its end-to-end workflow.