Measurements.jl VS FewSpecialFunctions.jl

Compare Measurements.jl vs FewSpecialFunctions.jl 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)

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 (by MartinMikkelsen)
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 FewSpecialFunctions.jl
2 1
472 11
1.1% -
5.8 5.0
24 days ago about 2 months ago
Julia Julia
MIT License MIT 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

FewSpecialFunctions.jl

Posts with mentions or reviews of FewSpecialFunctions.jl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-08.
  • Package feedback
    2 projects | /r/Julia | 8 Apr 2023
    I noticed there were many requests for implementations of special functions in SpecialFunctions.jl, but the authors seem quite hesitant to allow more functions. That's why I created FewSpecialFunctions.jl to fill in the gaps and add those functions. So far, I have only added a few functions to high precision and would like some feedback on the package. You can also make a PR to implement your own function.

What are some alternatives?

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

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

SpecialFunctions.jl - Special mathematical functions in Julia

lisp-stat - Lisp-Stat main system

Tabulations.jl - A package to create and load tabulations of functions. Supports Unitful. [Moved to: https://github.com/aurelio-amerio/FunctionTabulations.jl]

XLS-compat - XLISP-STAT compatibility library

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.