JuliaPhysics / Measurements.jl

Error propagation calculator and library for physical measurements. It supports real and complex numbers with uncertainty, arbitrary precision calculations, operations with arrays, and numerical integration.

Home Page:https://juliaphysics.github.io/Measurements.jl/stable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Key type of `uncertainty_components` dictionary

scheidan opened this issue · comments

Thanks for this neat package!

I have two questions/suggestion regarding the function uncertainty_components:

  1. Why is the keys of the returned dict not of type Measurement but a Tuple of tree values? What stands the third value for?
  2. It would be nice to include the mathematical definition in the doc string. Currently it is a bit hidden in the box under Examples / Derivative, Gradient and Uncertainty Components.