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

Uploaded Python 3

File details

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

File metadata

  • Download URL: labos-0.1.2.5.tar.gz
  • Upload date:
  • Size: 13.2 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.5.tar.gz
Algorithm Hash digest
SHA256 221ccb2f2fa975fa73250af977b45c8029c20887ac6ca8eef3875be3b4726752
MD5 2dde50fca60d5fcdfdbd2b6f65afd961
BLAKE2b-256 aa560528a807563e56085d383d372e73506dcdf2b9483d1b8087e2aff06b98ae

See more details on using hashes here.

File details

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

File metadata

  • Download URL: labos-0.1.2.5-py3-none-any.whl
  • Upload date:
  • Size: 13.6 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.5-py3-none-any.whl
Algorithm Hash digest
SHA256 8fc0449786b9de2cc4ee1601930f4a66cf787902fb02a51bdd7f3de684560e2f
MD5 403ac2fddb76905a61637aa64c2c7a1f
BLAKE2b-256 b4edec5aaf53b847826a4308b133f9f508bc0caa2cc8250799dabed81368a587

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