Estimate factors off of the FRED-MD dataset
Project description
FredMD
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
FredMD-0.0.5.tar.gz
(5.6 kB
view hashes)
Built Distribution
FredMD-0.0.5-py3-none-any.whl
(7.0 kB
view hashes)