python-ttest


Namepython-ttest JSON
Version 1.0.1 PyPI version JSON
download
home_page
SummaryA Python package specifically for Student's t-test.
upload_time2023-03-10 22:57:02
maintainer
docs_urlNone
authorCrowthebird
requires_python>=3.9
licenseBSD 3-Clause License Copyright (c) 2023, Jeremiah Gabriel Pascual Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
keywords ttest student t-test
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # python-t-test
A pure Python implementation of one-sample t-test, paired samples t-test, and unpaired samples (independent samples or two-sample) t-test.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "python-ttest",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "ttest,student,t-test",
    "author": "Crowthebird",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/b7/52/313c7a514bf5172f501fcffa630d48d258b28899f6038d12c68e50c76f09/python-ttest-1.0.1.tar.gz",
    "platform": null,
    "description": "# python-t-test\r\nA pure Python implementation of one-sample t-test, paired samples t-test, and unpaired samples (independent samples or two-sample) t-test.\r\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License  Copyright (c) 2023, Jeremiah Gabriel Pascual  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.  3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ",
    "summary": "A Python package specifically for Student's t-test.",
    "version": "1.0.1",
    "split_keywords": [
        "ttest",
        "student",
        "t-test"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b1282b41f513debe0edbadbe29e960326e35c38044178dfaf9fad2b9da4cf98a",
                "md5": "245c72f30c631784e5b3ac587b6896e2",
                "sha256": "9f785094fd6c1b10658e497376cfac9a968e1b10970e284ed67777f781afe6f9"
            },
            "downloads": -1,
            "filename": "python_ttest-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "245c72f30c631784e5b3ac587b6896e2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 9659,
            "upload_time": "2023-03-10T22:57:00",
            "upload_time_iso_8601": "2023-03-10T22:57:00.717028Z",
            "url": "https://files.pythonhosted.org/packages/b1/28/2b41f513debe0edbadbe29e960326e35c38044178dfaf9fad2b9da4cf98a/python_ttest-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b752313c7a514bf5172f501fcffa630d48d258b28899f6038d12c68e50c76f09",
                "md5": "6a56a3904cbb075489ff5e8f16302aef",
                "sha256": "061a334ebd2ea22a361b1002c62418fe3ec19c5c4b154c60efae771b7eaa22f6"
            },
            "downloads": -1,
            "filename": "python-ttest-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "6a56a3904cbb075489ff5e8f16302aef",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 8815,
            "upload_time": "2023-03-10T22:57:02",
            "upload_time_iso_8601": "2023-03-10T22:57:02.316236Z",
            "url": "https://files.pythonhosted.org/packages/b7/52/313c7a514bf5172f501fcffa630d48d258b28899f6038d12c68e50c76f09/python-ttest-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-10 22:57:02",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "python-ttest"
}
        
Elapsed time: 0.04555s