Skip to content

StevenGolovkine/FDApy

Repository files navigation

FDApy: a Python package to analyze functional data

PyPI - Python Version

PyPI

Github - Workflow

PyPI - License

Coverage

Code Quality

Documentation Status

DOI

Description

Functional Data Analysis, usually referred as FDA, concerns the field of Statistics that deals with discrete observations of continuous d-dimensional functions.

This package provide modules for the analysis of such data. It includes methods for different dimensional data as well as irregularly sampled functional data. An implementation of (multivariate) functional principal component analysis is also given. Moreover, a simulation toolbox is provided. It might be used to simulate different clusters of functional data. Check out the documentation for more complete information on the available features within the package.

Documentation

The documentation is available here, which included detailled information about API references and several examples presenting the different functionalities.

The documentation of the latest version can be found at here

Installation

Up to now, FDApy is availlable in Python 3.9 on any Linux platforms. The stable version can be installed via PyPI:

pip install FDApy

Installation from source

It is possible to install the latest version of the package by cloning this repository and doing the manual installation.

git clone https://github.com/StevenGolovkine/FDApy.git
pip install ./FDApy

Requirements

FDApy depends on the following packages:

  • matplotlib - Plotting with Python
  • numpy - The fundamental package for scientific computing with Python
  • pandas - Powerful Python data analysis toolkit
  • scikit-learn - Machine learning in Python
  • scipy - Scientific computation in Python

Contributing

Contributions are welcome, and they are greatly appreciated! Every little bit helps, and credit will always be given. Contributing guidelines are provided here.

License

The package is licensed under the MIT License. A copy of the license can be found along with the code.