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.6.tar.gz (12.8 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.6-py3-none-any.whl (13.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: labos-0.1.2.6.tar.gz
  • Upload date:
  • Size: 12.8 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.6.tar.gz
Algorithm Hash digest
SHA256 fa6926b0c631299865b27f182931c9ec3e040996b9d18df3a213db6b85a4b9b4
MD5 2147000bbda9994b2e6b9b49969b8b9b
BLAKE2b-256 587c821d1bc9df3046775c01052cb6b7b095319aaae041d7fa0c4674248c4408

See more details on using hashes here.

File details

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

File metadata

  • Download URL: labos-0.1.2.6-py3-none-any.whl
  • Upload date:
  • Size: 13.2 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.6-py3-none-any.whl
Algorithm Hash digest
SHA256 3557039898c3180e1bef86de7a19d7aa58fdcbf4e39022dfb76dd2d412c72df5
MD5 8fbfaf3db4c7e34dfb0b7921f1578a56
BLAKE2b-256 1fb97b96de90cdd876b027af1228fcc5e74e2c0f055299056d9e1552765bae53

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