Skip to main content

Paquete para trabajar en el labo

Project description

Labos

Este paquete está dedicado principalmente a facilitar el uso de herramientas y paquetes utilizados en la adquisición y procesamiento de datos en el marco de los laboratorios de la carrera en Ciencias Físicas de la UBA.

Los paquetes hasta ahora implementados son de adquisición y análisis de datos.

Análisis de datos

Propagación

Este paquete está dedicado a propagar errores utilizando una aproximación lineal sobre la formula de covarianza. El paquete está basado en las librerías numpy e sympy.

from labos.propagacion import Propagacion_errores
import numpy as np

# Formula a propagar
expr = 'A*cos(f*t) + C'    

# Las variables dependientes y sus valores
variables = [
    ('f', 100), # Hz
    ('A', 2), # Volts
    ('t', 1), # s
    ('C', .5), # Volts
    ]

# Los errores de las variables
errores = np.array(
    [.0005,
    .0001, 
    0, 
    .0001]
    ).reshape(-1,1)

# Instancia de la clase
propaga = Propagacion_errores(
    formula = expr,
    variables = variables,
    errores = errores)
propaga.fit()
>>(2.224637744575368, 0.0005232992460070357)

Ajuste

Este paquete está dedicado a realizar ajustes sobre datos. El paquete está basado en las librerías numpy e sympy.

Heading 3

Heading 4
Heading 5

This is an italic text

This is an italic text

This is an strong text

This is an strong text

This is an striketrogh text

  • item 1
  • item 2
  • item 3
    • item 3.1
    • item 3.2
  • item 4
  1. item 1
  2. item 2
  3. item 3
  4. item 4

Faztweb.com

Faztweb.com

this is a quote



console.log('hello world')

<h1>Hello world</h1>

first line of code
second line of code
print("hello world")
console.log('hello world')

const test = (str) => str + 'test';
<h1>Hello World</h1>
Product Price quantity
Laptop 3.33 2
Mouse 10.33 1
  • task1
  • [] task2
  • [] task3
  • task4

@faztweb :+1: :smile:

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

labos-0.1.2.7.tar.gz (19.5 kB view details)

Uploaded Source

Built Distribution

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

labos-0.1.2.7-py3-none-any.whl (20.3 kB view details)

Uploaded Python 3

File details

Details for the file labos-0.1.2.7.tar.gz.

File metadata

  • Download URL: labos-0.1.2.7.tar.gz
  • Upload date:
  • Size: 19.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.3.1 CPython/3.11.1 Windows/10

File hashes

Hashes for labos-0.1.2.7.tar.gz
Algorithm Hash digest
SHA256 04e0715c041a15b565fea54b82dee26a76f25ee29d9a58b86c2b809b4304480b
MD5 8b5b395bdc7658d82dc8c46b5920220d
BLAKE2b-256 53a51fb30b700a70af7f10cb8a2d906359839207b520b4370a3f672508d411b2

See more details on using hashes here.

File details

Details for the file labos-0.1.2.7-py3-none-any.whl.

File metadata

  • Download URL: labos-0.1.2.7-py3-none-any.whl
  • Upload date:
  • Size: 20.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.3.1 CPython/3.11.1 Windows/10

File hashes

Hashes for labos-0.1.2.7-py3-none-any.whl
Algorithm Hash digest
SHA256 49ef70f96303ece32ad9361d82e79b2820cb4b1dfffeb78eb198b6ce6699fd74
MD5 94199bfb6e4162f580687bf5ccbc66dc
BLAKE2b-256 b6c11cf7c789dd24ce108b98a442b223d0ffc0a8ca28ee87a7d1f53a422f8b1c

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