Skip to main content

Um pacote Python simples para cálculos estatísticos básicos.

Project description

proj-pct-estatistico

Projeto em Python: Pacote Estatístico Simples

estatistica_simples

Um pacote Python simples para realizar cálculos estatísticos básicos como média, mediana, desvio padrão e variância.

Instalação

pip install estatistica_simples


# estrutura do pacote

estatistica_simples/
    ├── estatistica_simples/
       ├── __init__.py
       ├── medidas_tendencia_central.py
       ├── medidas_dispersao.py
       └── utilidades.py
    ├── setup.py
    └── README.md


# exemplo de uso

import estatistica_simples as est

dados = [1, 2, 3, 4, 5]

media = est.media(dados)
mediana = est.mediana(dados)
desvio_padrao = est.desvio_padrao(dados)

print(f"Média: {media}")
print(f"Mediana: {mediana}")
print(f"Desvio Padrão: {desvio_padrao}")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

estatistica_simples-0.1.0.tar.gz (1.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

estatistica_simples-0.1.0-py3-none-any.whl (1.7 kB view details)

Uploaded Python 3

File details

Details for the file estatistica_simples-0.1.0.tar.gz.

File metadata

  • Download URL: estatistica_simples-0.1.0.tar.gz
  • Upload date:
  • Size: 1.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for estatistica_simples-0.1.0.tar.gz
Algorithm Hash digest
SHA256 428741550c40ed0630a301b434bdc2650ea62020fe2ebae0356c80a0a5d43f80
MD5 9f238524d02034ecde2550823df8854b
BLAKE2b-256 3b6d113688b4ec2d1e2a05f9f1bfdee3f0602b048ed2d866a5b2f527cdf49a65

See more details on using hashes here.

File details

Details for the file estatistica_simples-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for estatistica_simples-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 bcacb3c1f30a3aa794b7ea0282cd5d819d953794be98e10acbf86aafcaba49c5
MD5 64bd73884de1ea7fceb9fb89d6712d8a
BLAKE2b-256 01ad1dfea6baf3cfa0caca6924cd626625ca070090e94d60bd52f2aaae30175a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page