A personal package.
Project description
trevorfrench
trevorfrench does not currently have any dependencies.
:writing_hand: Author
Trevor French https://trevorfrench.com
:arrow_double_down: Installation
!pip install trevorfrench --upgrade
Functions:
stats.one_way_anova
stats.one_way_anova(*args)
- *args: lists containing samples to analyze
from trevorfrench import stats as stats
list_1 = [6.9, 5.4, 5.8, 4.6, 4.0]
list_2 = [8.3, 6.8, 7.8, 9.2, 6.5]
list_3 = [8.0, 10.5, 8.1, 6.9, 9.3]
anova_table = stats.one_way_anova(list_1, list_2, list_3)
print(anova_table)
#RETURNS:
# {
# 'SST': 45.349333333333306
# , 'SSE': 17.452000000000005
# , 'SSR': 27.897333333333304
# , 'df_treatment': 2
# , 'df_error': 12
# , 'df_total': 14
# , 'MST': 13.948666666666652
# , 'MSE': 1.4543333333333337
# , 'F': 9.591107036442802
# }
ACTION LIST
- Continue adding statistical methods
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
trevorfrench-0.0.3.tar.gz
(17.4 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 trevorfrench-0.0.3.tar.gz.
File metadata
- Download URL: trevorfrench-0.0.3.tar.gz
- Upload date:
- Size: 17.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0a345d5a1fd8bdf1dd0886340682ff8f538ac0e76595248765243b16817f6d0a
|
|
| MD5 |
459553fefc3a54da7a4662128ae87b7e
|
|
| BLAKE2b-256 |
d4ff99dc345e353318ef4b31bd0bbc93286ff6ba604292f5eaa186b0d083a332
|
File details
Details for the file trevorfrench-0.0.3-py3-none-any.whl.
File metadata
- Download URL: trevorfrench-0.0.3-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b76fa53a69aefa8d5cb527089e844d0fbb2c71a246a2f72822464bfe96156e5e
|
|
| MD5 |
34d7409f8abc041f64e60110e5d68f16
|
|
| BLAKE2b-256 |
32f9c2c2100bd0bd4b6a85db1042cecd682019898ed0cdac4e615d586d08b130
|