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/requires.txt
scikit_fda.egg-info/top_level.txt
skfda/__init__.py
skfda/py.typed
skfda/_utils/__init__.py
skfda/_utils/_sklearn_adapter.py
skfda/_utils/_utils.py
skfda/_utils/_warping.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/_boxplot.py
skfda/exploratory/outliers/_directional_outlyingness.py
skfda/exploratory/outliers/_directional_outlyingness_experiment_results.py
skfda/exploratory/outliers/_envelopes.py
skfda/exploratory/outliers/_outliergram.py
skfda/exploratory/outliers/neighbors_outlier.py
skfda/exploratory/stats/__init__.py
skfda/exploratory/stats/_fisher_rao.py
skfda/exploratory/stats/_stats.py
skfda/exploratory/stats/covariance/__init__.py
skfda/exploratory/stats/covariance/_base.py
skfda/exploratory/stats/covariance/_empirical.py
skfda/exploratory/stats/covariance/_parametric_gaussian.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/hat_matrix.py
skfda/misc/kernels.py
skfda/misc/lstsq.py
skfda/misc/scoring.py
skfda/misc/validation.py
skfda/misc/metrics/__init__.py
skfda/misc/metrics/_angular.py
skfda/misc/metrics/_fisher_rao.py
skfda/misc/metrics/_lp_distances.py
skfda/misc/metrics/_lp_norms.py
skfda/misc/metrics/_mahalanobis.py
skfda/misc/metrics/_parse.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/operators/_srvf.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/_logistic_regression.py
skfda/ml/classification/_neighbors_classifiers.py
skfda/ml/classification/_qda.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/_kernel_regression.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/_fpca.py
skfda/preprocessing/dim_reduction/feature_extraction/__init__.py
skfda/preprocessing/dim_reduction/projection/__init__.py
skfda/preprocessing/dim_reduction/variable_selection/__init__.py
skfda/preprocessing/dim_reduction/variable_selection/_base.py
skfda/preprocessing/dim_reduction/variable_selection/_rkvs.py
skfda/preprocessing/dim_reduction/variable_selection/maxima_hunting.py
skfda/preprocessing/dim_reduction/variable_selection/mrmr.py
skfda/preprocessing/dim_reduction/variable_selection/recursive_maxima_hunting.py
skfda/preprocessing/feature_construction/__init__.py
skfda/preprocessing/feature_construction/_coefficients_transformer.py
skfda/preprocessing/feature_construction/_evaluation_trasformer.py
skfda/preprocessing/feature_construction/_fda_feature_union.py
skfda/preprocessing/feature_construction/_function_transformers.py
skfda/preprocessing/feature_construction/_functions.py
skfda/preprocessing/feature_construction/_per_class_transformer.py
skfda/preprocessing/registration/__init__.py
skfda/preprocessing/registration/_fisher_rao.py
skfda/preprocessing/registration/_landmark_registration.py
skfda/preprocessing/registration/_lstsq_shift_registration.py
skfda/preprocessing/registration/base.py
skfda/preprocessing/registration/validation.py
skfda/preprocessing/smoothing/__init__.py
skfda/preprocessing/smoothing/_basis.py
skfda/preprocessing/smoothing/_kernel_smoothers.py
skfda/preprocessing/smoothing/_linear.py
skfda/preprocessing/smoothing/kernel_smoothers.py
skfda/preprocessing/smoothing/validation.py
skfda/representation/__init__.py
skfda/representation/_functional_data.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_basis.py
skfda/representation/basis/_constant_basis.py
skfda/representation/basis/_custom_basis.py
skfda/representation/basis/_fdatabasis.py
skfda/representation/basis/_finite_element_basis.py
skfda/representation/basis/_fourier_basis.py
skfda/representation/basis/_monomial_basis.py
skfda/representation/basis/_tensor_basis.py
skfda/representation/basis/_vector_basis.py
skfda/tests/__init__.py
skfda/tests/test_basis.py
skfda/tests/test_classification.py
skfda/tests/test_classifier_classes.py
skfda/tests/test_clustering.py
skfda/tests/test_covariances.py
skfda/tests/test_custom_basis.py
skfda/tests/test_depth.py
skfda/tests/test_elastic.py
skfda/tests/test_extrapolation.py
skfda/tests/test_fda_feature_union.py
skfda/tests/test_fdata_boxplot.py
skfda/tests/test_fdatabasis_evaluation.py
skfda/tests/test_fpca.py
skfda/tests/test_functional_transformers.py
skfda/tests/test_grid.py
skfda/tests/test_hotelling.py
skfda/tests/test_interpolation.py
skfda/tests/test_kernel_regression.py
skfda/tests/test_linear_differential_operator.py
skfda/tests/test_magnitude_shape.py
skfda/tests/test_math.py
skfda/tests/test_metrics.py
skfda/tests/test_neighbors.py
skfda/tests/test_oneway_anova.py
skfda/tests/test_outliers.py
skfda/tests/test_pandas.py
skfda/tests/test_pandas_fdatabasis.py
skfda/tests/test_pandas_fdatagrid.py
skfda/tests/test_per_class_transformer.py
skfda/tests/test_recursive_maxima_hunting.py
skfda/tests/test_registration.py
skfda/tests/test_regression.py
skfda/tests/test_regularization.py
skfda/tests/test_scoring.py
skfda/tests/test_smoothing.py
skfda/tests/test_stats.py
skfda/tests/test_ufunc_numpy.py
skfda/typing/__init__.py
skfda/typing/_base.py
skfda/typing/_metric.py
skfda/typing/_numpy.py
tutorial/__init__.py
tutorial/plot_basis_representation.py
tutorial/plot_getting_data.py
tutorial/plot_introduction.py
tutorial/plot_skfda_sklearn.py