statstests


Namestatstests JSON
Version 1.0.7 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2024-06-24 15:48:28
maintainerNone
docs_urlNone
authorHelder Prado Santos, Luiz Paulo Fávero
requires_pythonNone
licenseMIT
keywords statstests statsmodels statistical tests statistical process
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # About statstests

statstests is a Python package that provides a complement of process and statistical tests for statsmodels statistical models.

# **Installation**

    pip install statstests

# Documentation

The documentation for the latest release is at

https://stats-tests.github.io/statstests/

# Main Features

- Statistical tests:

  - Shapiro-Francia normality test
  - Overdispersion test

- Linear regression models:

  - Process: Stepwise

# Discussion and Development

Discussions take place on the mailing list

https://groups.google.com/group/pystatstests

We are very interested in feedback about usability and suggestions for improvements.




            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "statstests",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "statstests, statsmodels, statistical tests, statistical process",
    "author": "Helder Prado Santos, Luiz Paulo F\u00e1vero",
    "author_email": "pystatstests@gmail.com",
    "download_url": null,
    "platform": null,
    "description": "# About statstests\n\nstatstests is a Python package that provides a complement of process and statistical tests for statsmodels statistical models.\n\n# **Installation**\n\n    pip install statstests\n\n# Documentation\n\nThe documentation for the latest release is at\n\nhttps://stats-tests.github.io/statstests/\n\n# Main Features\n\n- Statistical tests:\n\n  - Shapiro-Francia normality test\n  - Overdispersion test\n\n- Linear regression models:\n\n  - Process: Stepwise\n\n# Discussion and Development\n\nDiscussions take place on the mailing list\n\nhttps://groups.google.com/group/pystatstests\n\nWe are very interested in feedback about usability and suggestions for improvements.\n\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": null,
    "version": "1.0.7",
    "project_urls": {
        "Source Code": "https://github.com/stats-tests/statstests"
    },
    "split_keywords": [
        "statstests",
        " statsmodels",
        " statistical tests",
        " statistical process"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e14b160a72ef84175d32798db5e096196a42627370bc93d35498e7f3bf87e6d6",
                "md5": "bcbe9de8c71619a348fb9ee129a60864",
                "sha256": "d5db2659dbef71c6750dcdd723f2e741bea7f110f25a806509501c0bc92dd437"
            },
            "downloads": -1,
            "filename": "statstests-1.0.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bcbe9de8c71619a348fb9ee129a60864",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 16768,
            "upload_time": "2024-06-24T15:48:28",
            "upload_time_iso_8601": "2024-06-24T15:48:28.956258Z",
            "url": "https://files.pythonhosted.org/packages/e1/4b/160a72ef84175d32798db5e096196a42627370bc93d35498e7f3bf87e6d6/statstests-1.0.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-24 15:48:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "stats-tests",
    "github_project": "statstests",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "statstests"
}
        
Elapsed time: 0.35740s