LICENSE.txt
MANIFEST.in
README.rst
THANKS.txt
VERSION
pyproject.toml
readthedocs-requirements.txt
requirements.txt
setup.cfg
setup.py
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/py.typed
skfda/_utils/__init__.py
skfda/_utils/_utils.py
skfda/_utils/constants.py
skfda/datasets/__init__.py
skfda/datasets/_real_datasets.py
skfda/datasets/_samples_generators.py
skfda/exploratory/__init__.py
skfda/exploratory/depth/__init__.py
skfda/exploratory/depth/_depth.py
skfda/exploratory/depth/multivariate.py
skfda/exploratory/outliers/__init__.py
skfda/exploratory/outliers/_directional_outlyingness.py
skfda/exploratory/outliers/_directional_outlyingness_experiment_results.py
skfda/exploratory/outliers/_envelopes.py
skfda/exploratory/outliers/_iqr.py
skfda/exploratory/outliers/_outliergram.py
skfda/exploratory/outliers/neighbors_outlier.py
skfda/exploratory/stats/__init__.py
skfda/exploratory/stats/_stats.py
skfda/exploratory/visualization/__init__.py
skfda/exploratory/visualization/_baseplot.py
skfda/exploratory/visualization/_boxplot.py
skfda/exploratory/visualization/_ddplot.py
skfda/exploratory/visualization/_magnitude_shape_plot.py
skfda/exploratory/visualization/_multiple_display.py
skfda/exploratory/visualization/_outliergram.py
skfda/exploratory/visualization/_parametric_plot.py
skfda/exploratory/visualization/_utils.py
skfda/exploratory/visualization/clustering.py
skfda/exploratory/visualization/fpca.py
skfda/exploratory/visualization/representation.py
skfda/inference/__init__.py
skfda/inference/anova/__init__.py
skfda/inference/anova/_anova_oneway.py
skfda/inference/hotelling/__init__.py
skfda/inference/hotelling/_hotelling.py
skfda/misc/__init__.py
skfda/misc/_math.py
skfda/misc/covariances.py
skfda/misc/kernels.py
skfda/misc/lstsq.py
skfda/misc/metrics/__init__.py
skfda/misc/metrics/_elastic_metrics.py
skfda/misc/metrics/_lp_distances.py
skfda/misc/metrics/_lp_norms.py
skfda/misc/metrics/_typing.py
skfda/misc/metrics/_utils.py
skfda/misc/operators/__init__.py
skfda/misc/operators/_identity.py
skfda/misc/operators/_integral_transform.py
skfda/misc/operators/_linear_differential_operator.py
skfda/misc/operators/_operators.py
skfda/misc/regularization/__init__.py
skfda/misc/regularization/_regularization.py
skfda/ml/__init__.py
skfda/ml/_neighbors_base.py
skfda/ml/classification/__init__.py
skfda/ml/classification/_centroid_classifiers.py
skfda/ml/classification/_depth_classifiers.py
skfda/ml/classification/_neighbors_classifiers.py
skfda/ml/clustering/__init__.py
skfda/ml/clustering/_hierarchical.py
skfda/ml/clustering/_kmeans.py
skfda/ml/clustering/_neighbors_clustering.py
skfda/ml/regression/__init__.py
skfda/ml/regression/_coefficients.py
skfda/ml/regression/_historical_linear_model.py
skfda/ml/regression/_linear_regression.py
skfda/ml/regression/_neighbors_regression.py
skfda/preprocessing/__init__.py
skfda/preprocessing/dim_reduction/__init__.py
skfda/preprocessing/dim_reduction/feature_extraction/__init__.py
skfda/preprocessing/dim_reduction/feature_extraction/_ddg_transformer.py
skfda/preprocessing/dim_reduction/feature_extraction/_fpca.py
skfda/preprocessing/dim_reduction/projection/__init__.py
skfda/preprocessing/dim_reduction/variable_selection/__init__.py
skfda/preprocessing/dim_reduction/variable_selection/_rkvs.py
skfda/preprocessing/dim_reduction/variable_selection/maxima_hunting.py
skfda/preprocessing/dim_reduction/variable_selection/recursive_maxima_hunting.py
skfda/preprocessing/registration/__init__.py
skfda/preprocessing/registration/_landmark_registration.py
skfda/preprocessing/registration/_shift_registration.py
skfda/preprocessing/registration/_warping.py
skfda/preprocessing/registration/base.py
skfda/preprocessing/registration/elastic.py
skfda/preprocessing/registration/validation.py
skfda/preprocessing/smoothing/__init__.py
skfda/preprocessing/smoothing/_basis.py
skfda/preprocessing/smoothing/_linear.py
skfda/preprocessing/smoothing/kernel_smoothers.py
skfda/preprocessing/smoothing/validation.py
skfda/representation/__init__.py
skfda/representation/_evaluation_trasformer.py
skfda/representation/_functional_data.py
skfda/representation/_typing.py
skfda/representation/evaluator.py
skfda/representation/extrapolation.py
skfda/representation/grid.py
skfda/representation/interpolation.py
skfda/representation/basis/__init__.py
skfda/representation/basis/_basis.py
skfda/representation/basis/_bspline.py
skfda/representation/basis/_coefficients_transformer.py
skfda/representation/basis/_constant.py
skfda/representation/basis/_fdatabasis.py
skfda/representation/basis/_finite_element.py
skfda/representation/basis/_fourier.py
skfda/representation/basis/_monomial.py
skfda/representation/basis/_tensor_basis.py
skfda/representation/basis/_vector_basis.py
tests/__init__.py
tests/test_basis.py
tests/test_basis_evaluation.py
tests/test_clustering.py
tests/test_covariances.py
tests/test_depth.py
tests/test_elastic.py
tests/test_extrapolation.py
tests/test_fdata_boxplot.py
tests/test_fdatagrid_numpy.py
tests/test_fpca.py
tests/test_grid.py
tests/test_hotelling.py
tests/test_interpolation.py
tests/test_linear_differential_operator.py
tests/test_magnitude_shape.py
tests/test_math.py
tests/test_metrics.py
tests/test_neighbors.py
tests/test_oneway_anova.py
tests/test_outliers.py
tests/test_pandas.py
tests/test_pandas_fdatabasis.py
tests/test_pandas_fdatagrid.py
tests/test_recursive_maxima_hunting.py
tests/test_registration.py
tests/test_regression.py
tests/test_regularization.py
tests/test_smoothing.py
tests/test_stats.py
tutorial/__init__.py
tutorial/plot_basis_representation.py
tutorial/plot_getting_data.py
tutorial/plot_introduction.py
tutorial/plot_skfda_sklearn.py