org.scicloj/tablemath

Tablemath is a Clojure library for math and statistical modeling with table ergonomics, inspired by R.

Leiningen/Boot

[org.scicloj/tablemath "1-alpha1"]

Clojure CLI/deps.edn

org.scicloj/tablemath {:mvn/version "1-alpha1"}

Gradle

implementation("org.scicloj:tablemath:1-alpha1")

Maven

<dependency>
  <groupId>org.scicloj</groupId>
  <artifactId>tablemath</artifactId>
  <version>1-alpha1</version>
</dependency>