A Python library for calculations with uncertainties (error propagation), transparently handling correlations and providing an intuitive interface.
incertezze

- Pitone
- Matematica, Metrologia, Qualità, Simulazione
- Ingegneria, Prevenzione degli errori, Matematica, Miglioramento dei processi, Controllo di qualità, Gestione della qualità, Analisi statistica, Metriche di sostenibilità
Caratteristiche:
- Calculation with numbers with uncertainties, automatic error propagation (linear approximation and exact for some cases), correlation handling, transparent calculations (works with standard math operators), NumPy support for arrays with uncertainties, pretty printing of results, access to derivatives (sensitivity analysis), support for complex numbers with uncertainties
Prezzi:
- Gratuito
- Easy to use and intuitive, automates error propagation which reduces manual calculation errors, handles correlations correctly, integrates well with NumPy, good documentation.
- Performance overhead compared to raw float calculations (though usually acceptable for typical use cases), primarily focused on linear error propagation theory for complex functions (though exact for basic ops), may not cover all advanced statistical uncertainty quantification methods.
Ideale per:
- Scientists, engineers, and researchers who need to perform calculations involving quantities with uncertainties and require automatic error propagation.