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 dynamicPCA
Visit the homepage for documentation and example usecases.
How to use
= GetTEP() TEP
= Analysis(TEP,10) analysis
analysis.show_plots()