Skip to content
This repository has been archived by the owner on Sep 9, 2023. It is now read-only.
/ Lablib Public archive

Physics measurements and error calculations inspired by the Measurements.jl library.

License

Notifications You must be signed in to change notification settings

jeftersantiago/Lablib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lablib.jl

Welcome do Lablib.jl docs!

What is Lablib.jl ?

Lablib.jl is a tool with the purpose of performing calculations often needed in physical measures, like uncertainty propagation. Although it uses Measurements.jl, some of functionalities had to be build up in a way that made more sense for our use.

References

TODO

  • Export results tabel in LaTeX
  • Uncertainty propagation.

Features

Standart and average deviantion

With a list x run the command:

deviation(x);

Least squares

To make all the computations for the least squares method just run:

leastSquares(x,y)

x, y are lists with same size.

About

Physics measurements and error calculations inspired by the Measurements.jl library.

Topics

Resources

License

Stars

Watchers

Forks

Languages