Metadata-Version: 2.1
Name: FDApy
Version: 0.3.8
Summary: Python package for Functional Data Analysis
Home-page: https://github.com/StevenGolovkine/FDApy
Author: Steven Golovkine
Author-email: steven_golovkine@icloud.com
License: MIT
Keywords: functional data analysis
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Dist: ggplot
Requires-Dist: cython
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pygam
Requires-Dist: sklearn


===================================================
FDApy: a Python library to analyze functional data
===================================================

.. image:: https://img.shields.io/pypi/pyversions/FDApy
		:target: https://pypi.org/project/FDApy/
		:alt: PyPI - Python Version

.. image:: https://img.shields.io/pypi/v/FDApy   
		:target: https://pypi.org/project/FDApy/
		:alt: PyPI

.. image:: https://img.shields.io/travis/com/StevenGolovkine/FDApy
		:target: https://travis-ci.org/github/StevenGolovkine/FDApy
		:alt: Travis

.. image:: https://img.shields.io/pypi/l/FDApy
		:target: https://raw.githubusercontent.com/StevenGolovkine/FDApy/master/LICENSE
		:alt: PyPI - License

.. image:: https://api.codacy.com/project/badge/Grade/4e0f847482dc40e6a3090ddc08edd350
		:target: https://app.codacy.com/manual/StevenGolovkine/FDApy?utm_source=github.com&utm_medium=referral&utm_content=StevenGolovkine/FDApy&utm_campaign=Badge_Grade_Dashboard
		:alt: Code Quality

.. image:: https://readthedocs.org/projects/fdapy/badge/?version=latest
		:target: https://fdapy.readthedocs.io/en/latest/?badge=latest
		:alt: Documentation Status


Installation
============

This package is available on Pypi. To install it, please run:

> pip install FDApy

