An advanced Measurement Uncertainty Calculator
METAS UncLib is a generic measurement uncertainty calculator developed by METAS as part of the VNA Tools II project. METAS UncLib is written in C# within the .NET framework. Software development is done by Michael Wollensack.
Installer and Documentation
Available for download is the latest version of Metas UncLib including a wrapper library, which supports the use of METAS UncLib from MATLAB through the .NET interface. It allows the easy treatment of multivariate uncertainties with MATLABs syntactic sugar for vector and matrix calculations.
Registration is voluntary but recommended. Registered users will be notified of upgrades, bug fixes and new developments.
Get METAS UncLib V 2.8.2
Requirements: Microsoft Windows 7 or later, earlier versions might work but are not tested. Registration is voluntary but recommended. Registered users will be notified of upgrades, bug fixes and new developments.
Further Information V 2.8.2
-
METAS UncLib Matlab User Reference (PDF, 186 kB, 06.05.2024)
A short guide on how to use METAS Unclib from within MATLAB.
-
METAS UncLib Python User Reference (PDF, 186 kB, 06.05.2024)
A short guide on how to use METAS UncLib from Python.
-
METAS UncLib C sharp User Reference (PDF, 186 kB, 06.05.2024)
A short guide on how to use METAS UncLib from C sharp.
-
METAS UncLib Programming Reference
A complete API on how to use METAS UncLib.
> unc = @LinProp;
> a = unc(3, 0.3);
> b = unc(4, 0.4);
> c = sqrt(a.*a + b.*b)
c = (5 ± 0.367151)
Metas.UncLib is a generic measurement uncertainty library that supports
• Multidimensional treatment of measurement uncertainties
• Correlations
• Complex-valued measurands
• Measurement uncertainty propagation - linear, higher order, numerical (preliminary!)
• Advanced mathematics - vector and matrix algebra, fft, ...
• Archiving and storage of results - keeping full information
• Interfacing with other applications - COM and .NET
Metas.UncLib does not help to build a measurement model and it does not provide a fancy user interface. The latter however is compensated by its interface capabilities that facilitate the use of the library from many applications and programming or scripting languages. We provide a Matlab wrapper and we are interested to hear about attempts to use Metas.UncLib from other applications.
Linear and higher order measurement uncertainty propagation in Metas.UncLib are based on the GUM Tree concept of Blair Hall from IRL/MSL, NZ. Uncertain quantities are represented by an abstract data type that contains not only the value of the quantity but also the sensitivities with respect to basic input quantities. Sensitivities are updated at each computational step by applying the chain rule, a technique called automatic differentiation. Uncertainties of quantities and correlations between quantities can be calculated on demand. An object oriented implementation with overloaded operators hides the complexity of the calculations from the user.
The Metas.UncLib implementation is optimized for speed and low memory requirements and is thus particularly well suited for the multivariate treatment of larger data sets.
Publications and Presentations
-
Introduction to METAS UncLib (PDF, 2 MB, 27.10.2021)
M. Wollensack; METAS Seminar, September 2019.
-
METAS UncLib - An advanced Measurement Uncertainty Calculator (PDF, 1 MB, 06.07.2020)
M. Wollensack and M. Zeier; Metas Seminar, September 2009.
-
METAS UncLib – a measurement uncertainty calculator for advanced Problems (PDF, 216 kB, 06.07.2020)
M. Zeier, J. Hoffmann and M. Wollensack; metrologia 49 (2012) 809-815.
Last modification 24.09.2024