Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scicloj/tablemath
Math and statistics modelling with table ergonomics
https://github.com/scicloj/tablemath
clojure dataframes math statistics
Last synced: 14 days ago
JSON representation
Math and statistics modelling with table ergonomics
- Host: GitHub
- URL: https://github.com/scicloj/tablemath
- Owner: scicloj
- License: epl-1.0
- Created: 2024-12-12T22:39:31.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-30T22:00:23.000Z (16 days ago)
- Last Synced: 2024-12-30T23:17:15.092Z (16 days ago)
- Topics: clojure, dataframes, math, statistics
- Language: Clojure
- Homepage: https://scicloj.github.io/tablemath/
- Size: 1.84 MB
- Stars: 2
- Watchers: 7
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Tablemath
Math and stats modelling with table ergonomics
## What is this about?
This project is an initial attempt to create a Clojure library for math and statistics which is friendly to [tech.ml.dataset](https://github.com/techascent/tech.ml.dataset) and [Tablecloth](https://scicloj.github.io/tablecloth) datasets and uses the functionality of [Fastmath](https://github.com/generateme/fastmath). It is also intended to compose well with [Tableplot](https://scicloj.github.io/tableplot/) layered plotting. It is highly inspired by [R](https://www.r-project.org/) and its packages.
In a way, it is intended to be a user-friendly compatiblity layer across these libraries.
Possibly, after the details clarify, it will be merged into one of the other Scicloj libraries.
Comments and ideas would help!
## General info
|||
|-|-|
|Website | [https://scicloj.github.io/tablemath/](https://scicloj.github.io/tablemath/)
|Source |[![(GitHub repo)](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)](https://github.com/scicloj/tablemath)|
|Deps |[![Clojars Project](https://img.shields.io/clojars/v/org.scicloj/tablemath.svg)](https://clojars.org/org.scicloj/tablemath)|
|License |[EPLv1.0](https://github.com/scicloj/tablemath/blob/main/LICENSE)|
|Status |🛠experimental🛠|
|Dev chat|[#tableplot-dev](https://clojurians.zulipchat.com/#narrow/channel/474332-tablemath-dev) at [Clojurians Zulip](https://scicloj.github.io/docs/community/chat/)|
|User chat|[#data-science](https://clojurians.zulipchat.com/#narrow/stream/151924-data-science) at [Clojurians Zulip](https://scicloj.github.io/docs/community/chat/)|## License
Copyright © 2024 Scicloj
_EPLv1.0 is just the default for projects generated by `clj-new`: you are not_
_required to open source this project, nor are you required to use EPLv1.0!_
_Feel free to remove or change the `LICENSE` file and remove or update this_
_section of the `README.md` file!_Distributed under the Eclipse Public License version 1.0.