:orphan: .. _general_examples: Examples ======== Examples are included in the documentation to illustrate the usage of the package. The examples are divided into different categories, each corresponding to a specific functionality of the package. .. toctree:: :includehidden: :maxdepth: 2 :titlesonly: .. raw:: html
.. thumbnail-parent-div-open .. thumbnail-parent-div-close .. raw:: html
Representation -------------- These examples illustrate the use of the :mod:`FDApy.representation` module. It contains various functionalities to represent functional data in different formats. .. raw:: html
.. thumbnail-parent-div-open .. raw:: html
.. only:: html .. image:: /auto_examples/representation/images/thumb/sphx_glr_plot_dense_functional_thumb.png :alt: :ref:`sphx_glr_auto_examples_representation_plot_dense_functional.py` .. raw:: html
Representation of univariate and dense functional data
.. raw:: html
.. only:: html .. image:: /auto_examples/representation/images/thumb/sphx_glr_plot_irregular_functional_thumb.png :alt: :ref:`sphx_glr_auto_examples_representation_plot_irregular_functional.py` .. raw:: html
Representation of univariate and irregular functional data
.. raw:: html
.. only:: html .. image:: /auto_examples/representation/images/thumb/sphx_glr_plot_basis_functional_thumb.png :alt: :ref:`sphx_glr_auto_examples_representation_plot_basis_functional.py` .. raw:: html
Representation of functional data using a basis
.. raw:: html
.. only:: html .. image:: /auto_examples/representation/images/thumb/sphx_glr_plot_multivariate_functional_thumb.png :alt: :ref:`sphx_glr_auto_examples_representation_plot_multivariate_functional.py` .. raw:: html
Representation of multivariate functional data
.. thumbnail-parent-div-close .. raw:: html
Basis ----- These examples illustrate the use of the :mod:`FDApy.basis` module. It contains examples of the different basis functions available in the package. .. raw:: html
.. thumbnail-parent-div-open .. raw:: html
.. only:: html .. image:: /auto_examples/basis/images/thumb/sphx_glr_plot_basis_1d_thumb.png :alt: :ref:`sphx_glr_auto_examples_basis_plot_basis_1d.py` .. raw:: html
One-dimensional Basis
.. raw:: html
.. only:: html .. image:: /auto_examples/basis/images/thumb/sphx_glr_plot_basis_2d_thumb.png :alt: :ref:`sphx_glr_auto_examples_basis_plot_basis_2d.py` .. raw:: html
Two-dimensional Basis
.. raw:: html
.. only:: html .. image:: /auto_examples/basis/images/thumb/sphx_glr_plot_basis_multivariate_1d_thumb.png :alt: :ref:`sphx_glr_auto_examples_basis_plot_basis_multivariate_1d.py` .. raw:: html
Multivariate Basis
.. thumbnail-parent-div-close .. raw:: html
Smoothing --------- These examples illustrate the use of the :mod:`FDApy.preprocessing.smoothing` module. It contains various functionalities to smooth functional data. .. raw:: html
.. thumbnail-parent-div-open .. raw:: html
.. only:: html .. image:: /auto_examples/smoothing/images/thumb/sphx_glr_plot_smooth_data_1d_thumb.png :alt: :ref:`sphx_glr_auto_examples_smoothing_plot_smooth_data_1d.py` .. raw:: html
Smoothing of dense one-dimensional functional data
.. raw:: html
.. only:: html .. image:: /auto_examples/smoothing/images/thumb/sphx_glr_plot_smooth_data_2d_thumb.png :alt: :ref:`sphx_glr_auto_examples_smoothing_plot_smooth_data_2d.py` .. raw:: html
Smoothing of dense two-dimensional functional data
.. thumbnail-parent-div-close .. raw:: html
Dimension Reduction ------------------- These examples illustrate the use of the :mod:`FDApy.preprocessing.dim_reduction` module. It contains various functionalities to reduce the dimension of functional data. .. raw:: html
.. thumbnail-parent-div-open .. raw:: html
.. only:: html .. image:: /auto_examples/fpca/images/thumb/sphx_glr_plot_fpca_1d_thumb.png :alt: :ref:`sphx_glr_auto_examples_fpca_plot_fpca_1d.py` .. raw:: html
FPCA of 1-dimensional data
.. raw:: html
.. only:: html .. image:: /auto_examples/fpca/images/thumb/sphx_glr_plot_fpca_1d_sparse_thumb.png :alt: :ref:`sphx_glr_auto_examples_fpca_plot_fpca_1d_sparse.py` .. raw:: html
FPCA of 1-dimensional sparse data
.. raw:: html
.. only:: html .. image:: /auto_examples/fpca/images/thumb/sphx_glr_plot_fpca_2d_thumb.png :alt: :ref:`sphx_glr_auto_examples_fpca_plot_fpca_2d.py` .. raw:: html
FPCA of 2-dimensional data
.. raw:: html
.. only:: html .. image:: /auto_examples/fpca/images/thumb/sphx_glr_plot_mfpca_1d_thumb.png :alt: :ref:`sphx_glr_auto_examples_fpca_plot_mfpca_1d.py` .. raw:: html
MFPCA of 1-dimensional data
.. raw:: html
.. only:: html .. image:: /auto_examples/fpca/images/thumb/sphx_glr_plot_mfpca_2d_thumb.png :alt: :ref:`sphx_glr_auto_examples_fpca_plot_mfpca_2d.py` .. raw:: html
MFPCA of 2-dimensional data
.. raw:: html
.. only:: html .. image:: /auto_examples/fpca/images/thumb/sphx_glr_plot_mfpca_1d_2d_thumb.png :alt: :ref:`sphx_glr_auto_examples_fpca_plot_mfpca_1d_2d.py` .. raw:: html
MFPCA of 1- and 2-dimensional data
.. raw:: html
.. only:: html .. image:: /auto_examples/fpca/images/thumb/sphx_glr_plot_mfpca_1d_sparse_thumb.png :alt: :ref:`sphx_glr_auto_examples_fpca_plot_mfpca_1d_sparse.py` .. raw:: html
MFPCA of 1-dimensional sparse data
.. thumbnail-parent-div-close .. raw:: html
Real data analysis ------------------ These examples illustrate the use of the package using real datasets. .. raw:: html
.. thumbnail-parent-div-open .. raw:: html
.. only:: html .. image:: /auto_examples/data_analysis/images/thumb/sphx_glr_plot_canadian_weather_thumb.png :alt: :ref:`sphx_glr_auto_examples_data_analysis_plot_canadian_weather.py` .. raw:: html
Canadian weather dataset
.. raw:: html
.. only:: html .. image:: /auto_examples/data_analysis/images/thumb/sphx_glr_plot_cd4_thumb.png :alt: :ref:`sphx_glr_auto_examples_data_analysis_plot_cd4.py` .. raw:: html
CD4 dataset
.. thumbnail-parent-div-close .. raw:: html
Simulation ---------- These examples illustrate the use of the :mod:`FDApy.simulation` module. It contains various functionalities to simulate functional data. .. raw:: html
.. thumbnail-parent-div-open .. raw:: html
.. only:: html .. image:: /auto_examples/simulation/images/thumb/sphx_glr_plot_karhunen_thumb.png :alt: :ref:`sphx_glr_auto_examples_simulation_plot_karhunen.py` .. raw:: html
Simulation using Karhunen-Loève decomposition
.. raw:: html
.. only:: html .. image:: /auto_examples/simulation/images/thumb/sphx_glr_plot_karhunen_multivariate_thumb.png :alt: :ref:`sphx_glr_auto_examples_simulation_plot_karhunen_multivariate.py` .. raw:: html
Simulation using multivariate Karhunen-Loève decomposition
.. raw:: html
.. only:: html .. image:: /auto_examples/simulation/images/thumb/sphx_glr_plot_brownian_thumb.png :alt: :ref:`sphx_glr_auto_examples_simulation_plot_brownian.py` .. raw:: html
Simulation of Brownian motion
.. raw:: html
.. only:: html .. image:: /auto_examples/simulation/images/thumb/sphx_glr_plot_simulation_thumb.png :alt: :ref:`sphx_glr_auto_examples_simulation_plot_simulation.py` .. raw:: html
Simulation of functional data
.. raw:: html
.. only:: html .. image:: /auto_examples/simulation/images/thumb/sphx_glr_plot_cluster_thumb.png :alt: :ref:`sphx_glr_auto_examples_simulation_plot_cluster.py` .. raw:: html
Simulation of clusters of univariate functional data
.. raw:: html
.. only:: html .. image:: /auto_examples/simulation/images/thumb/sphx_glr_plot_cluster_multivariate_thumb.png :alt: :ref:`sphx_glr_auto_examples_simulation_plot_cluster_multivariate.py` .. raw:: html
Simulation of clusters of multivariate functional data
.. thumbnail-parent-div-close .. raw:: html
Miscellaneous ------------- These examples illustrate diverse functionalities of the package that are not directly related to the main modules and to functional data analysis. They could be useful for the user to understand how to use the package in a more general context. .. raw:: html
.. thumbnail-parent-div-open .. raw:: html
.. only:: html .. image:: /auto_examples/misc/images/thumb/sphx_glr_plot_local_polynomials_1d_thumb.png :alt: :ref:`sphx_glr_auto_examples_misc_plot_local_polynomials_1d.py` .. raw:: html
Smoothing of 1D data using local polynomial regression
.. raw:: html
.. only:: html .. image:: /auto_examples/misc/images/thumb/sphx_glr_plot_local_polynomials_2d_thumb.png :alt: :ref:`sphx_glr_auto_examples_misc_plot_local_polynomials_2d.py` .. raw:: html
Smoothing of 2D data using local polynomial regression
.. raw:: html
.. only:: html .. image:: /auto_examples/misc/images/thumb/sphx_glr_plot_psplines_1d_thumb.png :alt: :ref:`sphx_glr_auto_examples_misc_plot_psplines_1d.py` .. raw:: html
Smoothing of 1D data using P-Splines
.. raw:: html
.. only:: html .. image:: /auto_examples/misc/images/thumb/sphx_glr_plot_psplines_2d_thumb.png :alt: :ref:`sphx_glr_auto_examples_misc_plot_psplines_2d.py` .. raw:: html
Smoothing of 2D data using P-Splines
.. thumbnail-parent-div-close .. raw:: html
.. toctree:: :hidden: :includehidden: /auto_examples/representation/index.rst /auto_examples/basis/index.rst /auto_examples/smoothing/index.rst /auto_examples/fpca/index.rst /auto_examples/data_analysis/index.rst /auto_examples/simulation/index.rst /auto_examples/misc/index.rst .. only:: html .. container:: sphx-glr-footer sphx-glr-footer-gallery .. container:: sphx-glr-download sphx-glr-download-python :download:`Download all examples in Python source code: auto_examples_python.zip ` .. container:: sphx-glr-download sphx-glr-download-jupyter :download:`Download all examples in Jupyter notebooks: auto_examples_jupyter.zip ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_