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.
Representation#
These examples illustrate the use of the FDApy.representation module. It contains various functionalities to represent functional data in different formats.
Representation of univariate and dense functional data
Representation of univariate and irregular functional data
Basis#
These examples illustrate the use of the FDApy.basis module. It contains examples of the different basis functions available in the package.
Smoothing#
These examples illustrate the use of the FDApy.preprocessing.smoothing module. It contains various functionalities to smooth functional data.
Smoothing of dense one-dimensional functional data
Smoothing of dense two-dimensional functional data
Dimension Reduction#
These examples illustrate the use of the FDApy.preprocessing.dim_reduction module. It contains various functionalities to reduce the dimension of functional data.
Real data analysis#
These examples illustrate the use of the package using real datasets.
Simulation#
These examples illustrate the use of the FDApy.simulation module. It contains various functionalities to simulate functional data.
Simulation using multivariate Karhunen-Loève decomposition
Simulation of clusters of univariate functional data
Simulation of clusters of multivariate functional data
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.
Smoothing of 1D data using local polynomial regression
Smoothing of 2D data using local polynomial regression