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.
- Export results tabel in
LaTeX
- Uncertainty propagation.
With a list x
run the command:
deviation(x);
To make all the computations for the least squares method just run:
leastSquares(x,y)
x, y are lists with same size.