Archived
This project has been archived by its maintainers, and is no longer receiving any updates.
interfacer - fitdistplus
Pacote para facilitar a utilização de algumas funcionalidades do fitdistrplus em Python.
Funcionalidades
Atualmente, estão disponíveis no pacote as seguintes funcionalidades:
Instalação
A instalação do pacote pode ser feita via pip, como apresentado abaixo
pip install interfacer
Exemplo de utilização
import interfacer.descdist
import interfacer.jupyter_helper
data_owd = pd.read_csv('https://covid.ourworldindata.org/data/owid-covid-data.csv')
bra = data_owd[data_owd['iso_code'] == 'BRA']
with interfacer.jupyter_helper.cellplot(width=800, height=640):
interfacer.descdist.descdist(bra.new_cases, boot = 250)
Note que pode ser necessário configurar o ambiente R e Python juntos, recomenda-se o Anaconda para gerenciar os pacotes de R e Python
Sobre
Pacote criado por Felipe Menino para facilitar as atividades desenvolvidas nas aulas de Matemática Computacional.
Release files for interfacer 0.0.22.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| interfacer-0.0.22.3.tar.gz | 2.7 kB | Details |
Release files / interfacer-0.0.22.3.tar.gz
| Download URL | interfacer-0.0.22.3.tar.gz |
|---|---|
| Size | 2.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b1aa5f5e20a832cd97e3488416f14e4283deff5b637ef1c4f519f9a5d3df16a9
|
|
BLAKE2b-256 checksum How to use checksums |
02028cc711cc4cc843da28e8ff70c4325bacee50adb747a52022580e3ef1a2c5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
|