Boxplot de forma simples
Project description
boxplot
este é um programa que visa calcular os quartis em um boxplot baseado em uma lista X de números. boxplot é uma maneira de construir medias mais precisas, eliminando valores absurdos em relação ao demais, criando uma "média mais realista".
fórmula de calculo
para dizer que um valor é "absurdo" ele deve ser menor que o minimo ou maior que o máximo, estes são definidos com fórmulas arbitrarias
minimo = q1 - 1.5*(q3-q1)
maximo = q3 + 1.5*(q3-q1)
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
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 boxplot-0.1.0.tar.gz.
File metadata
- Download URL: boxplot-0.1.0.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6406045c310042f96c2f8a8473a0ff445554d823ed508e44fdfb091a6b1950f
|
|
| MD5 |
b6fde1abb56ec03c633ef53eafb46dcb
|
|
| BLAKE2b-256 |
8a833decf031e6b6f94f701c0281d8a05bbbd37ae92113b0b92772cb4caa92d9
|
File details
Details for the file boxplot-0.1.0-py3-none-any.whl.
File metadata
- Download URL: boxplot-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa15e8d1e751e253854200c5f4ec26c107da740005b7b996d334c1d259608515
|
|
| MD5 |
f4b6470b4b8504b832a6ffc4be50ffec
|
|
| BLAKE2b-256 |
6944fd73441e0aeade193367095a52c9a199d0c01c95c5d21d35223501d16136
|