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

from dPCA.TEP import *
from dPCA.analysis import *
TEP = GetTEP()
analysis = Analysis(TEP,10)
analysis.show_plots()