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.2.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.2.0.tar.gz.
File metadata
- Download URL: staty_tests-0.2.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 |
195244ee2cfe3d8a3ec194af3a9268d39599b1b2df09f95ce35e90afa6e15fe5
|
|
| MD5 |
b908746e0e66e735e328dc45f060a061
|
|
| BLAKE2b-256 |
c9f6f4273d29e497dec4d5321ae1e3db50d06b0e8092b82084106d38860c9209
|
File details
Details for the file staty_tests-0.2.0-py3-none-any.whl.
File metadata
- Download URL: staty_tests-0.2.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 |
5bbbef708b8c5dec309df2af9df1ef7a0ea1f8f8cb54d5a0bacc5305507dc68c
|
|
| MD5 |
4a40c5501778cac4ec6a58327f1b49ad
|
|
| BLAKE2b-256 |
795089d1f8fc82764afb459f518d1c20c231eee91905590b0066c12c33637710
|