LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
FDApy/__init__.py
FDApy/py.typed
FDApy.egg-info/PKG-INFO
FDApy.egg-info/SOURCES.txt
FDApy.egg-info/dependency_links.txt
FDApy.egg-info/requires.txt
FDApy.egg-info/top_level.txt
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/local_polynomial.py
FDApy/representation/__init__.py
FDApy/representation/argvals.py
FDApy/representation/basis.py
FDApy/representation/functional_data.py
FDApy/representation/values.py
FDApy/simulation/__init__.py
FDApy/simulation/brownian.py
FDApy/simulation/datasets.py
FDApy/simulation/karhunen.py
FDApy/simulation/simulation.py
FDApy/visualization/__init__.py
FDApy/visualization/_plot.py
tests/test_argvals.py
tests/test_basis.py
tests/test_brownian.py
tests/test_checker_functional_data.py
tests/test_datasets.py
tests/test_dense_functional_data.py
tests/test_fcp_tpa.py
tests/test_fpca.py
tests/test_functional_data.py
tests/test_irregular_functional_data.py
tests/test_karhunen.py
tests/test_loader.py
tests/test_local_polynomials.py
tests/test_mfpca.py
tests/test_multivariate_functional_data.py
tests/test_plot.py
tests/test_simulation.py
tests/test_ufpca.py
tests/test_utils.py
tests/test_values.py