incanter VS numerical-utilities

Compare incanter vs numerical-utilities and see what are their differences.

incanter

Clojure-based, R-like statistical computing and graphics environment for the JVM (by incanter)
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
incanter numerical-utilities
4 2
2,233 13
0.1% -
3.1 5.5
6 months ago 4 months ago
Clojure Common Lisp
- Microsoft Public 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.

incanter

Posts with mentions or reviews of incanter. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-21.

numerical-utilities

Posts with mentions or reviews of numerical-utilities. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-23.
  • Uncle Stats Wants You
    8 projects | /r/Common_Lisp | 23 Jul 2022
    Refresh the histogram code. Tamas Papp has a lot of good code that needs dusting off. The histogram code has a some bitrot that can be easily cleaned up and would make a nice addition. See the bottom of the statistics.lisp file.
  • New Lisp-Stat Release
    11 projects | news.ycombinator.com | 21 Jul 2022
    I think this depends on what part of the statistics universe you're working in.

    For example, within Lisp-Stat the statistics routines [1] were written by an econometrician working for the Austrian government (Julia folks might know him - Tamas Papp). It would not be exaggerating to say his job depending on it. These are state of the art, high performance algorithms, equal to anything available in R or Python. So, if you're doing econometrics, or something related, everything you need is already there in the tin.

    For machine learning, there's CLML [2], developed by NTT. This is the largest telco in Japan, equivalent to ATT in the USA. As well, there is MGL [3], used to win the Higgs Boson challenge a few years back. Both actively maintained.

    For linear algebra, MagicCL was mention elsewhere in the thread. My favourite is MGL-MAT [4], also by the author of MGL. This supports both BLAS and CUBLAS (CUDA for GPUs) for solutions.

    Finally, there's the XLISP-STAT archive [5]. Prior to Luke Tierney, the author of XLISP-Stat joining the core R team, XLISP-STAT was the dominate statistical computing platform. There's heaps of stuff in the archive, most at least as good as what's in base R, that could be ported to Lisp-Stat.

    Common Lisp is a viable platform for statistics and machine learning. It isn't (yet) quite as well organised as R or Python, but it's all there.

    [1] https://github.com/Lisp-Stat/numerical-utilities/blob/master...

What are some alternatives?

When comparing incanter and numerical-utilities you can also consider the following projects:

hissp - It's Python with a Lissp.

clml - Common Lisp Machine Learning Library

chicken-pyffi - Chicken Scheme interface to Python

ultralisp - The software behind a Ultralisp.org Common Lisp repository

libpython-clj - Python bindings for Clojure

data-frame - Data frames for Common Lisp

hebigo - 蛇語(HEH-bee-go): An indentation-based skin for Hissp.

mgl - Common Lisp machine learning library.

py4cl - Call python from Common Lisp

plot - A vega-lite DSL for Common Lisp

cl-statistics - Updated (somewhat) version of Larry Hunter's CL-Statistics library