Skip to content

Python package to estimate factors and information criteria of of the FRED-MD dataset. Builds and deploys to pip using github actions.

License

Notifications You must be signed in to change notification settings

joe5saia/FredMD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FredMD

Build

This package downloads the FRED-MD dataset and estimates common factors. It also implements the Bai-Ng (2002) factor selection information critrea. The alogrithms in this package are adapted from the matlab programs provided on the FRED-MD web page.

Installation

This package can be installed via pip.

Useage

from FredMD import FredMD

fmd = FredMD(Nfactor=None, vintage=None, maxfactor=8, standard_method=2, ic_method=2)
fmd.estimate_factors()
f = fmd.factors

References

About

Python package to estimate factors and information criteria of of the FRED-MD dataset. Builds and deploys to pip using github actions.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages