Measurements.jl VS mpmath

Compare Measurements.jl vs mpmath and see what are their differences.

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. (by JuliaPhysics)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Measurements.jl mpmath
2 10
472 910
1.1% 0.9%
5.8 9.1
24 days ago 6 days ago
Julia Python
MIT License BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Measurements.jl

Posts with mentions or reviews of Measurements.jl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-31.
  • Uncertainty in linear equations
    1 project | /r/AskPhysics | 21 Oct 2022
  • Lisp-stat: An environment for Statistical Computing
    4 projects | news.ycombinator.com | 31 Mar 2021
    Aside from the language features, some of the libraries in Julia make it really useful for statistical computing. One really cool library I am trying to use more and more in Julia is the Measurements library [1]. With the multiple dispatch system in Julia its super easy to integrate into most problems and can let you estimate error bounds on values programs produce. Super important for scientific applications.

    I am hoping in the future that I can mix this in with some auto-diff problems to get uncertainty bounds on estimation problems with minimal fiddling with covariance matrices. Right now the performance is the only problem in integrating the library into pretty much any problem :(

    [1] https://github.com/JuliaPhysics/Measurements.jl

mpmath

Posts with mentions or reviews of mpmath. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-19.

What are some alternatives?

When comparing Measurements.jl and mpmath you can also consider the following projects:

ITensors.jl - A Julia library for efficient tensor computations and tensor network calculations

NumPy - The fundamental package for scientific computing with Python.

lisp-stat - Lisp-Stat main system

SigFigs - Implementation of a Sigfig class and an Exact class that allow math to be done while keeping the correct number of significant digits.

XLS-compat - XLISP-STAT compatibility library

gmpy - General Multi-Precision arithmetic for Python 2.6+/3+ (GMP, MPIR, MPFR, MPC)

FewSpecialFunctions.jl - Few special functions in Julia. Includes Clausen function, Coulomb wave functions, Debye function, Fresnel functions, Struve function, Hypergeometric functions, Confluent hypergeometric functions, Fermi-Dirac

arb - Arb has been merged into FLINT -- use https://github.com/flintlib/flint/ instead

common-lisp-stat - Common Lisp Statistics -- based on LispStat (Tierney) but updated for Common Lisp and incorporating lessons from R (http://www.r-project.org/). See the google group for lisp stat / common lisp statistics for a mailing list.

SciPy - SciPy library main repository

number-precision - 🚀1K tiny & fast lib for doing addition, subtraction, multiplication and division operations precisely

SymPy - A computer algebra system written in pure Python