Introduction

Measurements.jl

Measurements.jl is a package that allows you to define numbers with uncertainties, perform calculations involving them, and easily get the uncertainty of the result according to linear error propagation theory. This library is written in Julia, a modern high-level, high-performance dynamic programming language designed for technical computing.

When used in the Julia interactive session, it can serve also as an easy-to-use calculator.

The main features of the package are:

The method used to handle functional correlation is described in this paper:

If you use use this package for your research, please cite it.

Other features are expected to come in the future, see the How Can I Help? section and the TODO list.

The Measurements.jl package is licensed under the MIT "Expat" License. The original author is Mosè Giordano.