Skip to content

LenkaV/CIF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Composite Indicators Framework (CIF) for Business Cycle Analysis

Composite indicators are recognized to be an eligible tool of the business cycle analysis, especially because they can be easily interpreted although they summarize multidimensional relationships between individual economic indicators.

The methodology of composite indicators construction was described in detail by several organizations (OECD, Conference Board etc.). It therefore came as a surprise, that no publicly available software program haven't supported the whole computational process or its automation till now. This new python library was proposed to fill this gap!

It nowadays contains more than 30 functions designed to construct composite leading indicators and covers several areas:

  • loading data directly from OECD API,
  • basic conversion from quaterly to monthly data,
  • data transformations (seasonal adjustment, stabilising forecasts, detrending, normalization),
  • ex-post turning points detection (Bry-Boschan algorithm),
  • real-time turning points detection from archive values,
  • evaluation,
  • aggregation into composite indicator,
  • visualisations,
  • and more.

Installation

CIF is available via pip and tested on Python 3.5.

Run the following command from a terminal window: pip install cif

Examples

See the Jupyter notebook with the basic CIF pipeline here.

Thesis

For more information on composite indicators theory and on CIF, see the full version of my doctoral thesis.

About

Composite Indicators Framework for Business Cycle Analysis

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages