Calcula incertidumbre de mediciones de laboratorio
Project description
Incertidumbres
Paquete creado con el proposito de realizar los calculos de incertidumbres de mediciones de laboratorio. Permite calcular error absoluto, desviación estandar, agregar calculos a hojas de datos
Instalación
Para instalar el paquete, puedes usar pip:
pip install incertidumbres
Uso
Para usar el paquete, puedes importarlo en tu código Python:
from incertidumbres import calcular_incertidumbre
# Ejemplo de uso
datos = [1, 2, 3, 4, 5]
incertidumbre = calcular_incertidumbre(datos)
print(incertidumbre)
Este código imprimirá el valor de la incertidumbre para los datos proporcionados.
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
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 incertidumbres-0.0.6.tar.gz.
File metadata
- Download URL: incertidumbres-0.0.6.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
79f53b61a876a7c9a05772a5731d3e1769f86bbaad46d853ecb4a86a52e6ea47
|
|
| MD5 |
1301d54a4f3e15cf95387a0fe1f41120
|
|
| BLAKE2b-256 |
bcc0c19496969c0a532404bb39208e8f14ecf4e34082de871f80be2139f34cc0
|
File details
Details for the file incertidumbres-0.0.6-py3-none-any.whl.
File metadata
- Download URL: incertidumbres-0.0.6-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa8742b84ac66d99a32f1da923f22b861187936bc69684c8ada64dd113a185aa
|
|
| MD5 |
cfdc5d0440bab62662ad2a6fec119a02
|
|
| BLAKE2b-256 |
e8e8d3080e30e05f983d3c6b050c9b0b21c6f31e13a6d0158fd2f9c1d1b91abb
|