{ "info": { "author": "Guillaume Beaud, Marta Martinez-Camara", "author_email": "beaudguillaume@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "LinvPy is a Python package designed for solving linear inverse problems of the form y=Ax+n, where y is a vector of measured values, A a known matrix, x an unknown input vector and n is noise. The goal is to find x, or at least the best possible estimation; if the matrix A is invertible, the solution is easy to find by multiplying by the inverse, if not, we need to use regression techniques such as least squares method to find x. The first motivation for this project is that Marta Martinez-Camara, PhD student in Communications Systems at EPFL (Switzerland) desgined some new algorithms for solving linear inverse problems, and this package is a Python implementation of these algorithms, which may not be available anywhere else than here. LinvPy also contains several other known and available techniques such as least squares regression, regularization functions, loss functions or M-estimators which you can also find in the famous Numpy or Scipy packages.\n\nTo install from pip, simply run :\n$ pip install linvpy\n\nPyPi link : https://pypi.python.org/pypi/linvpy\n\nReadTheDocs link : http://linvpy.readthedocs.org/en/latest/", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/GuillaumeBeaud/linvpy", "keywords": "linear inverse M-estimator regression", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "pandiglou", "package_url": "https://pypi.org/project/pandiglou/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pandiglou/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/GuillaumeBeaud/linvpy" }, "release_url": "https://pypi.org/project/pandiglou/0.1.5492/", "requires_dist": null, "requires_python": null, "summary": "Package to solve linear inverse problems", "version": "0.1.5492" }, "last_serial": 2130752, "releases": { "0.1.5492": [ { "comment_text": "", "digests": { "md5": "028bcf65067e12f3dc19860f356d1902", "sha256": "fad9379c76b17639d38e0d3e62b88b6d20cc5dd52c3af07a54ba2458844cfa51" }, "downloads": -1, "filename": "pandiglou-0.1.5492-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "028bcf65067e12f3dc19860f356d1902", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 13082, "upload_time": "2016-05-24T09:38:39", "url": "https://files.pythonhosted.org/packages/b0/3b/45b97bfe946b5f3b142717cfec838c1c8c823b4ad0388de12ad510804941/pandiglou-0.1.5492-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0ea25b7f5eb8ab71e42eea7f4860fb15", "sha256": "9d79f23ddd38c49ea42f1ab156a8114a72b4c439270b31c9d8161f7bbef81a78" }, "downloads": -1, "filename": "pandiglou-0.1.5492.tar.gz", "has_sig": false, "md5_digest": "0ea25b7f5eb8ab71e42eea7f4860fb15", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10384, "upload_time": "2016-05-24T09:38:26", "url": "https://files.pythonhosted.org/packages/74/c5/e39882c0fec8b60444bab9081e4d13f89c4308ed837ade94d5dd638d29a8/pandiglou-0.1.5492.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "028bcf65067e12f3dc19860f356d1902", "sha256": "fad9379c76b17639d38e0d3e62b88b6d20cc5dd52c3af07a54ba2458844cfa51" }, "downloads": -1, "filename": "pandiglou-0.1.5492-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "028bcf65067e12f3dc19860f356d1902", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 13082, "upload_time": "2016-05-24T09:38:39", "url": "https://files.pythonhosted.org/packages/b0/3b/45b97bfe946b5f3b142717cfec838c1c8c823b4ad0388de12ad510804941/pandiglou-0.1.5492-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0ea25b7f5eb8ab71e42eea7f4860fb15", "sha256": "9d79f23ddd38c49ea42f1ab156a8114a72b4c439270b31c9d8161f7bbef81a78" }, "downloads": -1, "filename": "pandiglou-0.1.5492.tar.gz", "has_sig": false, "md5_digest": "0ea25b7f5eb8ab71e42eea7f4860fb15", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10384, "upload_time": "2016-05-24T09:38:26", "url": "https://files.pythonhosted.org/packages/74/c5/e39882c0fec8b60444bab9081e4d13f89c4308ed837ade94d5dd638d29a8/pandiglou-0.1.5492.tar.gz" } ] }