least-squares


Nameleast-squares JSON
Version 1.0 PyPI version JSON
download
home_page
SummaryCurvefitting different models over data using the method of least squares (From Scratch with numpy)
upload_time2023-01-16 15:35:48
maintainer
docs_urlNone
authorLouis Finegan
requires_python
license
keywords python least-squares curve-fitting linear fit exponential fit power fit limited exponential fit logistic curve fit
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "least-squares",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,least-squares,curve-fitting,linear fit,exponential fit,power fit,limited exponential fit,logistic curve fit",
    "author": "Louis Finegan",
    "author_email": "louis02finegan@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/2a/dd/e3ed6b9bb9316d5d120b28f88e355f5d1425479ff5d1580ceee2a6009f6a/least_squares-1.0.tar.gz",
    "platform": null,
    "description": "",
    "bugtrack_url": null,
    "license": "",
    "summary": "Curvefitting different models over data using the method of least squares (From Scratch with numpy)",
    "version": "1.0",
    "split_keywords": [
        "python",
        "least-squares",
        "curve-fitting",
        "linear fit",
        "exponential fit",
        "power fit",
        "limited exponential fit",
        "logistic curve fit"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8f2d998209239d474e614d94db6ca515994dd77ac6250a17d0e6a8d0d096f616",
                "md5": "392219a9829aa43e93bf67e29dd1bc67",
                "sha256": "81a152e056b621ba632709fed45f33ca6ea3277661176bdc9c99801c85ea64f7"
            },
            "downloads": -1,
            "filename": "least_squares-1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "392219a9829aa43e93bf67e29dd1bc67",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3095,
            "upload_time": "2023-01-16T15:35:46",
            "upload_time_iso_8601": "2023-01-16T15:35:46.643573Z",
            "url": "https://files.pythonhosted.org/packages/8f/2d/998209239d474e614d94db6ca515994dd77ac6250a17d0e6a8d0d096f616/least_squares-1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2adde3ed6b9bb9316d5d120b28f88e355f5d1425479ff5d1580ceee2a6009f6a",
                "md5": "9d891e22acac93377a7d30d9ec8522f0",
                "sha256": "21dc0450eec312e6ec8d6a5b7c76705ea1038cfd4496031ffde7cbafcd40996e"
            },
            "downloads": -1,
            "filename": "least_squares-1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "9d891e22acac93377a7d30d9ec8522f0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3139,
            "upload_time": "2023-01-16T15:35:48",
            "upload_time_iso_8601": "2023-01-16T15:35:48.803324Z",
            "url": "https://files.pythonhosted.org/packages/2a/dd/e3ed6b9bb9316d5d120b28f88e355f5d1425479ff5d1580ceee2a6009f6a/least_squares-1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-16 15:35:48",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "least-squares"
}
        
Elapsed time: 0.03093s