from dPCA.TEP import *
from dPCA.analysis import *dPCA
    This repository is used for performing dynamic principal component analysis - more specifically this library was developed to investigate temporal patterns for large dynamical systems.
  
Install
pip install dynamicPCAVisit the homepage for documentation and example usecases.
How to use
TEP = GetTEP()analysis = Analysis(TEP,10)analysis.show_plots()