{ "info": { "author": "Dmitry Kalinin", "author_email": "dmitry.kalinin.email@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Pearson product-moment correlation coefficient. About algorithm https://en.wikipedia.org/wiki/Pearson_product-moment_correlation_coefficient\n\n\n=======\nInstall\n=======\n\n.. code-block:: bash\n\n pip install correlation-pearson\n\n=======\nExample\n=======\n\n.. code-block:: python\n\n from correlation_pearson.code import CorrelationPearson\n\n dmitry = [1, 2, 3, 5, 7, 8]\n\n joseph = [1, 3, 4, 5, 7, 9]\n\n correlation = CorrelationPearson()\n\n print correlation.result(dmitry, joseph)\n\n 0.981460802132\n", "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/null-none/correlation-pearson", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "correlation-pearson", "package_url": "https://pypi.org/project/correlation-pearson/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/correlation-pearson/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/null-none/correlation-pearson" }, "release_url": "https://pypi.org/project/correlation-pearson/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "UNKNOWN", "version": "0.0.1" }, "last_serial": 2512279, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "478ba790361ac6e7ce16e35a65c39b39", "sha256": "e9f04ba0ff76a227f662ef11996c6eb8db65b71e2e5d53adec81826ca718e3c4" }, "downloads": -1, "filename": "correlation-pearson-0.0.1.tar.gz", "has_sig": false, "md5_digest": "478ba790361ac6e7ce16e35a65c39b39", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1274, "upload_time": "2016-12-11T21:08:06", "url": "https://files.pythonhosted.org/packages/0c/22/a6b60d4d8c3de0cc6be91f030a38889e3f98a1c27b3ae74c239c52a07239/correlation-pearson-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "478ba790361ac6e7ce16e35a65c39b39", "sha256": "e9f04ba0ff76a227f662ef11996c6eb8db65b71e2e5d53adec81826ca718e3c4" }, "downloads": -1, "filename": "correlation-pearson-0.0.1.tar.gz", "has_sig": false, "md5_digest": "478ba790361ac6e7ce16e35a65c39b39", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1274, "upload_time": "2016-12-11T21:08:06", "url": "https://files.pythonhosted.org/packages/0c/22/a6b60d4d8c3de0cc6be91f030a38889e3f98a1c27b3ae74c239c52a07239/correlation-pearson-0.0.1.tar.gz" } ] }