Metadata-Version: 2.1
Name: dynamicPCA
Version: 0.0.2
Summary: Repo for dynamic PCA
Home-page: https://github.com/waterboy96/dynamicPCA
Author: waterboy96
Author-email: sebastian.topalian@gmail.com
License: Apache Software License 2.0
Keywords: nbdev jupyter notebook python
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

dPCA
================

<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

## Install

``` sh
pip install dynamicPCA
```

Visit the [homepage]('https://waterboy96.github.io/dPCA/') for
documentation and example usecases.

## How to use

``` python
from dPCA.TEP import *
from dPCA.analysis import *
```

``` python
TEP = GetTEP()
```

``` python
analysis = Analysis(TEP,10)
```

``` python
analysis.show_plots()
```

![](index_files/figure-commonmark/cell-5-output-1.png)
