MANIFEST.in
README.rst
setup.cfg
setup.py
FDApy/__init__.py
FDApy.egg-info/PKG-INFO
FDApy.egg-info/SOURCES.txt
FDApy.egg-info/dependency_links.txt
FDApy.egg-info/not-zip-safe
FDApy.egg-info/requires.txt
FDApy.egg-info/top_level.txt
FDApy/src/sigma.pyx
FDApy/clustering/__init__.py
FDApy/clustering/fcubt.py
FDApy/clustering/optimalK/__init__.py
FDApy/clustering/optimalK/bic.py
FDApy/clustering/optimalK/gap.py
FDApy/misc/__init__.py
FDApy/misc/loader.py
FDApy/misc/utils.py
FDApy/preprocessing/__init__.py
FDApy/preprocessing/dim_reduction/__init__.py
FDApy/preprocessing/dim_reduction/fcp_tpa.py
FDApy/preprocessing/dim_reduction/fpca.py
FDApy/preprocessing/smoothing/__init__.py
FDApy/preprocessing/smoothing/bandwidth.py
FDApy/preprocessing/smoothing/local_polynomial.py
FDApy/preprocessing/smoothing/smoothing_splines.py
FDApy/representation/__init__.py
FDApy/representation/basis.py
FDApy/representation/functional_data.py
FDApy/representation/simulation.py
FDApy/src/__init__.py
FDApy/src/sigma.pyx
FDApy/visualization/__init__.py
FDApy/visualization/plot.py
tests/__init__.py
tests/test_basis.py
tests/test_checker_functional_data.py
tests/test_dense_functional_data.py
tests/test_irregular_functional_data.py
tests/test_loader.py
tests/test_utils.py
tests/data/__init__.py