Name | FDApy JSON |
Version |
1.0.2
JSON |
| download |
home_page | None |
Summary | A Python package to analyze functional data. |
upload_time | 2024-09-01 17:23:44 |
maintainer | None |
docs_url | None |
author | None |
requires_python | <4,>=3.9 |
license | MIT License Copyright (c) 2018 Steven Golovkine Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
keywords |
functional
data
analysis
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
|
===================================================
FDApy: a Python package 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://github.com/StevenGolovkine/FDApy/actions/workflows/python_package_ubuntu.yaml/badge.svg
:target: https://github.com/StevenGolovkine/FDApy/actions
:alt: Github - Workflow
.. image:: https://img.shields.io/badge/License-MIT-blue.svg
:target: https://raw.githubusercontent.com/StevenGolovkine/FDApy/master/LICENSE
:alt: PyPI - License
.. image:: https://codecov.io/gh/StevenGolovkine/FDApy/branch/master/graph/badge.svg?token=S2H0D3QQMR
:target: https://codecov.io/gh/StevenGolovkine/FDApy
:alt: Coverage
.. image:: https://app.codacy.com/project/badge/Grade/3d9062cffc304ad4bb7c76bf97cc965c
:target: https://app.codacy.com/gh/StevenGolovkine/FDApy/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade
:alt: Code Quality
.. image:: https://readthedocs.org/projects/fdapy/badge/?version=latest
:target: https://fdapy.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://zenodo.org/badge/155183454.svg
:target: https://zenodo.org/badge/latestdoi/155183454
:alt: DOI
Description
===========
Functional Data Analysis, usually referred as FDA, concerns the field of Statistics that deals with discrete observations of continuous :math:`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 <https://fdapy.readthedocs.io/en/stable/>`__, 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 <https://fdapy.readthedocs.io/en/latest/>`__
Installation
============
Up to now, *FDApy* is availlable in Python 3.9 on any Linux platforms. The stable version can be installed via `PyPI <https://pypi.org/project/FDApy/>`_:
.. code::
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.
.. code:: bash
git clone https://github.com/StevenGolovkine/FDApy.git
pip install ./FDApy
Requirements
------------
*FDApy* depends on the following packages:
* `matplotlib <https://github.com/matplotlib/matplotlib>`_ - Plotting with Python
* `numpy <https://github.com/numpy/numpy>`_ - The fundamental package for scientific computing with Python
* `pandas <https://github.com/pandas-dev/pandas>`_ - Powerful Python data analysis toolkit
* `scikit-learn <https://github.com/scikit-learn/scikit-learn>`_ - Machine learning in Python
* `scipy <https://github.com/scipy/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 <https://github.com/StevenGolovkine/FDApy/blob/master/CONTRIBUTING.rst>`_.
License
=======
The package is licensed under the MIT License. A copy of the `license <https://github.com/StevenGolovkine/FDApy/blob/master/LICENSE>`_ can be found along with the code.
Raw data
{
"_id": null,
"home_page": null,
"name": "FDApy",
"maintainer": null,
"docs_url": null,
"requires_python": "<4,>=3.9",
"maintainer_email": "Steven Golovkine <steven_golovkine@icloud.com>",
"keywords": "functional data analysis",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/e4/55/3400ca5954b070d7d6ed71d45de83b316cf932d7326d3c6b0a6a41463aaa/fdapy-1.0.2.tar.gz",
"platform": null,
"description": "\n===================================================\nFDApy: a Python package to analyze functional data\n===================================================\n\n.. image:: https://img.shields.io/pypi/pyversions/FDApy\n\t\t:target: https://pypi.org/project/FDApy/\n\t\t:alt: PyPI - Python Version\n\n.. image:: https://img.shields.io/pypi/v/FDApy \n\t\t:target: https://pypi.org/project/FDApy/\n\t\t:alt: PyPI\n\n.. image:: https://github.com/StevenGolovkine/FDApy/actions/workflows/python_package_ubuntu.yaml/badge.svg\n\t\t:target: https://github.com/StevenGolovkine/FDApy/actions\n\t\t:alt: Github - Workflow\n\n.. image:: https://img.shields.io/badge/License-MIT-blue.svg\n\t\t:target: https://raw.githubusercontent.com/StevenGolovkine/FDApy/master/LICENSE\n\t\t:alt: PyPI - License\n\n.. image:: https://codecov.io/gh/StevenGolovkine/FDApy/branch/master/graph/badge.svg?token=S2H0D3QQMR \n \t\t:target: https://codecov.io/gh/StevenGolovkine/FDApy\n\t\t:alt: Coverage\n\n.. image:: https://app.codacy.com/project/badge/Grade/3d9062cffc304ad4bb7c76bf97cc965c\n\t\t:target: https://app.codacy.com/gh/StevenGolovkine/FDApy/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade\n\t\t:alt: Code Quality\n\n.. image:: https://readthedocs.org/projects/fdapy/badge/?version=latest\n\t\t:target: https://fdapy.readthedocs.io/en/latest/?badge=latest\n\t\t:alt: Documentation Status\n\n.. image:: https://zenodo.org/badge/155183454.svg\n \t\t:target: https://zenodo.org/badge/latestdoi/155183454\n \t\t:alt: DOI\n\nDescription\n===========\n\nFunctional Data Analysis, usually referred as FDA, concerns the field of Statistics that deals with discrete observations of continuous :math:`d`-dimensional functions.\n\nThis 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.\nCheck out the documentation for more complete information on the available features within the package.\n\nDocumentation\n=============\n\nThe documentation is available `here <https://fdapy.readthedocs.io/en/stable/>`__, which included detailled information about API references and several examples presenting the different functionalities.\n\nThe documentation of the latest version can be found at `here <https://fdapy.readthedocs.io/en/latest/>`__\n\nInstallation\n============\n\nUp to now, *FDApy* is availlable in Python 3.9 on any Linux platforms. The stable version can be installed via `PyPI <https://pypi.org/project/FDApy/>`_:\n\n.. code::\n\t\n\tpip install FDApy\n\nInstallation from source\n------------------------\n\nIt is possible to install the latest version of the package by cloning this repository and doing the manual installation.\n\n.. code:: bash\n\n\tgit clone https://github.com/StevenGolovkine/FDApy.git\n\tpip install ./FDApy\n\nRequirements\n------------\n\n*FDApy* depends on the following packages:\n\n* `matplotlib <https://github.com/matplotlib/matplotlib>`_ - Plotting with Python\n* `numpy <https://github.com/numpy/numpy>`_ - The fundamental package for scientific computing with Python\n* `pandas <https://github.com/pandas-dev/pandas>`_ - Powerful Python data analysis toolkit\n* `scikit-learn <https://github.com/scikit-learn/scikit-learn>`_ - Machine learning in Python\n* `scipy <https://github.com/scipy/scipy>`_ - Scientific computation in Python\n\nContributing\n============\n\nContributions are welcome, and they are greatly appreciated! Every little bit\nhelps, and credit will always be given. Contributing guidelines are provided `here <https://github.com/StevenGolovkine/FDApy/blob/master/CONTRIBUTING.rst>`_.\n\nLicense\n=======\n\nThe package is licensed under the MIT License. A copy of the `license <https://github.com/StevenGolovkine/FDApy/blob/master/LICENSE>`_ can be found along with the code.\n",
"bugtrack_url": null,
"license": "MIT License Copyright (c) 2018 Steven Golovkine Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
"summary": "A Python package to analyze functional data.",
"version": "1.0.2",
"project_urls": {
"documentation": "https://fdapy.readthedocs.io",
"homepage": "https://github.com/StevenGolovkine/FDApy",
"repository": "https://github.com/StevenGolovkine/FDApy"
},
"split_keywords": [
"functional",
"data",
"analysis"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "68e21d7b464f1044a237cfd1b5c9bb063d0d4843a19e83b7d377f0179ac879be",
"md5": "16c5534cb637ba106dc5c691f300032c",
"sha256": "8edce7e1399d6f2300cfd29f57a7cb1666fcdda3441da9380d05900d89d34936"
},
"downloads": -1,
"filename": "FDApy-1.0.2-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "16c5534cb637ba106dc5c691f300032c",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": "<4,>=3.9",
"size": 92565,
"upload_time": "2024-09-01T17:23:42",
"upload_time_iso_8601": "2024-09-01T17:23:42.734908Z",
"url": "https://files.pythonhosted.org/packages/68/e2/1d7b464f1044a237cfd1b5c9bb063d0d4843a19e83b7d377f0179ac879be/FDApy-1.0.2-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e4553400ca5954b070d7d6ed71d45de83b316cf932d7326d3c6b0a6a41463aaa",
"md5": "12236dd35b1da157c836cdd96fa64c1d",
"sha256": "015de77a7f7226b1b5eda301cb93e896ae0004998702b8f755445364cd7f67f2"
},
"downloads": -1,
"filename": "fdapy-1.0.2.tar.gz",
"has_sig": false,
"md5_digest": "12236dd35b1da157c836cdd96fa64c1d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4,>=3.9",
"size": 176322,
"upload_time": "2024-09-01T17:23:44",
"upload_time_iso_8601": "2024-09-01T17:23:44.269286Z",
"url": "https://files.pythonhosted.org/packages/e4/55/3400ca5954b070d7d6ed71d45de83b316cf932d7326d3c6b0a6a41463aaa/fdapy-1.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-01 17:23:44",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "StevenGolovkine",
"github_project": "FDApy",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"lcname": "fdapy"
}