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

Latest commit

 

History

History
38 lines (26 loc) · 839 Bytes

README.org

File metadata and controls

38 lines (26 loc) · 839 Bytes

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.