A Python library for performing statistical tests like ANOVA and chi-square.
Project description
Statistical Tests
Statistical Tests is a Python library for performing common statistical tests such as one-way ANOVA and chi-square test.
Installation
You can install the library via pip:
Usage
from statistical_tests.tests import StatisticalTests
import pandas as pd
# Create an instance of StatisticalTests with your dataframe
dataframe = pd.read_csv('your_data.csv')
tests = StatisticalTests(dataframe)
# Perform one-way ANOVA
tests.one_way_anova('dependent_variable', 'group_variable1', 'group_variable2')
# Perform chi-square test
tests.chi_square('variable1', 'variable2', 'variable3')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
staty_tests-0.1.0.tar.gz
(3.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file staty_tests-0.1.0.tar.gz.
File metadata
- Download URL: staty_tests-0.1.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a1a7a55f7501b44f83f010646fb26ad4fcefb85a4536e6fef7cd3fdf46f6af1
|
|
| MD5 |
e0eabe3a83cac0ea198bc2db85bb0f64
|
|
| BLAKE2b-256 |
4bd4a7f1b15e6278e4d286ae1fa0206ce6e45c2d8cfe25b5f9589661eb72ff4c
|
File details
Details for the file staty_tests-0.1.0-py3-none-any.whl.
File metadata
- Download URL: staty_tests-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e68c15d147fb47b8ab7e763a68fa8a91d80227a1003b7ef1dbf30df5ba135a7
|
|
| MD5 |
fd0507be5e40a62109e024fd078c6836
|
|
| BLAKE2b-256 |
0a148ac3f14457e823af0b62f403b91c9c3bb57f5c2a37dbab23f492f8eba29f
|