LICENSE.txt
MANIFEST.in
README.rst
THANKS.txt
VERSION
pyproject.toml
readthedocs-requirements.txt
requirements.txt
setup.cfg
setup.py
deps/fdasrsf/LICENSE
deps/fdasrsf/README.rst
deps/fdasrsf/dp_grid.c
deps/fdasrsf/dp_grid.h
deps/fdasrsf/optimum_reparam.c
deps/fdasrsf/optimum_reparam.pyx
docs/__init__.py
docs/conf.py
scikit_fda.egg-info/PKG-INFO
scikit_fda.egg-info/SOURCES.txt
scikit_fda.egg-info/dependency_links.txt
scikit_fda.egg-info/not-zip-safe
scikit_fda.egg-info/requires.txt
scikit_fda.egg-info/top_level.txt
skfda/__init__.py
skfda/_utils.py
skfda/datasets/__init__.py
skfda/datasets/_real_datasets.py
skfda/datasets/_samples_generators.py
skfda/exploratory/__init__.py
skfda/exploratory/depth.py
skfda/exploratory/outliers/__init__.py
skfda/exploratory/stats/__init__.py
skfda/exploratory/stats/_stats.py
skfda/exploratory/visualization/__init__.py
skfda/exploratory/visualization/boxplot.py
skfda/exploratory/visualization/clustering_plots.py
skfda/exploratory/visualization/magnitude_shape_plot.py
skfda/inference/__init__.py
skfda/misc/__init__.py
skfda/misc/_lfd.py
skfda/misc/_math.py
skfda/misc/covariances.py
skfda/misc/kernels.py
skfda/misc/metrics.py
skfda/ml/__init__.py
skfda/ml/classification/__init__.py
skfda/ml/clustering/__init__.py
skfda/ml/clustering/base_kmeans.py
skfda/ml/regression/__init__.py
skfda/preprocessing/__init__.py
skfda/preprocessing/dim_reduction/__init__.py
skfda/preprocessing/dim_reduction/projection/__init__.py
skfda/preprocessing/dim_reduction/projection/_fpca.py
skfda/preprocessing/dim_reduction/variable_selection/__init__.py
skfda/preprocessing/registration/__init__.py
skfda/preprocessing/registration/_elastic.py
skfda/preprocessing/registration/_landmark_registration.py
skfda/preprocessing/registration/_registration_utils.py
skfda/preprocessing/registration/_shift_registration.py
skfda/preprocessing/smoothing/__init__.py
skfda/preprocessing/smoothing/kernel_smoothers.py
skfda/preprocessing/smoothing/validation.py
skfda/representation/__init__.py
skfda/representation/_functional_data.py
skfda/representation/basis.py
skfda/representation/evaluator.py
skfda/representation/extrapolation.py
skfda/representation/grid.py
skfda/representation/interpolation.py
tests/__init__.py
tests/test_basis.py
tests/test_basis_evaluation.py
tests/test_clustering.py
tests/test_depth.py
tests/test_elastic.py
tests/test_extrapolation.py
tests/test_fdata_boxplot.py
tests/test_grid.py
tests/test_interpolation.py
tests/test_lfd.py
tests/test_magnitude_shape.py
tests/test_registration.py