All Projects → ptaoussanis → tukey

ptaoussanis / tukey

Licence: EPL-1.0 license
Mini stats toolkit for Clojure/Script

Programming Languages

clojure
4091 projects

Projects that are alternatives of or similar to tukey

Stdlib
✨ Standard library for JavaScript and Node.js. ✨
Stars: ✭ 2,749 (+16070.59%)
Mutual labels:  math, mathematics, stats
mml-book-chinese
mml-book-chinese《Mathematics For Machine Learning》机器学习中的数学 中文版
Stars: ✭ 113 (+564.71%)
Mutual labels:  math, mathematics
graphest
A faithful graphing calculator
Stars: ✭ 42 (+147.06%)
Mutual labels:  math, mathematics
Fourier-and-Images
Fourier and Images
Stars: ✭ 81 (+376.47%)
Mutual labels:  math, mathematics
Tutorials
AI-related tutorials. Access any of them for free → https://towardsai.net/editorial
Stars: ✭ 204 (+1100%)
Mutual labels:  math, mathematics
Julia Set Playground
A Swift playground that generates beautiful Julia set fractal images.
Stars: ✭ 236 (+1288.24%)
Mutual labels:  math, mathematics
noteworthy
Markdown editor with bidirectional links and excellent math support, powered by ProseMirror. (In Development!)
Stars: ✭ 178 (+947.06%)
Mutual labels:  math, mathematics
Ugm
Ubpa Graphics Mathematics
Stars: ✭ 178 (+947.06%)
Mutual labels:  math, mathematics
Oscar.jl
A comprehensive open source computer algebra system for computations in algebra, geometry, and number theory.
Stars: ✭ 182 (+970.59%)
Mutual labels:  math, mathematics
Tau.jl
A Julia module providing the definition of the circle constant Tau (2π)
Stars: ✭ 33 (+94.12%)
Mutual labels:  math, mathematics
codex
A repository of mathematical knowledge written in the MathLingua language.
Stars: ✭ 17 (+0%)
Mutual labels:  math, mathematics
Mathmodel
研究生数学建模,本科生数学建模、数学建模竞赛优秀论文,数学建模算法,LaTeX论文模板,算法思维导图,参考书籍,Matlab软件教程,PPT
Stars: ✭ 3,834 (+22452.94%)
Mutual labels:  math, mathematics
Mathos-Project
The Mathos Core Library
Stars: ✭ 22 (+29.41%)
Mutual labels:  math, mathematics
MathImprove
Modify and Improve math expressions.
Stars: ✭ 13 (-23.53%)
Mutual labels:  math, mathematics
Pybotics
The Python Toolbox for Robotics
Stars: ✭ 192 (+1029.41%)
Mutual labels:  math, mathematics
speedy-math
An application which allows user (small kids) to practice basic Mathematics operations
Stars: ✭ 28 (+64.71%)
Mutual labels:  math, mathematics
Stats
A well tested and comprehensive Golang statistics library package with no dependencies.
Stars: ✭ 2,196 (+12817.65%)
Mutual labels:  math, stats
Computator.net
Computator.NET is a special kind of numerical software that is fast and easy to use but not worse than others feature-wise. It's features include: - Real and complex functions charts - Real and complex calculator - Real functions numerical calculations including different methods - Over 107 Elementary functions - Over 141 Special functions - Over 21 Matrix functions and operations - Scripting language with power to easy computations including matrices - You can declare your own custom functions with scripting language
Stars: ✭ 174 (+923.53%)
Mutual labels:  math, mathematics
Linear-Algebra-and-Its-Applications-notes
《线性代数及其应用》笔记
Stars: ✭ 196 (+1052.94%)
Mutual labels:  math, mathematics
Mathematics for Machine Learning
Learn mathematics behind machine learning and explore different mathematics in machine learning.
Stars: ✭ 28 (+64.71%)
Mutual labels:  math, mathematics
Taoensso open-source

CHANGELOG | API | current Break Version:

[com.taoensso/tukey "1.0.0-SNAPSHOT"] ; Early access release

See here if you're interested in helping support my open-source work, thanks! - Peter Taoussanis

Tukey: a mini stats toolkit for Clojure/Script

A small, beginner-friendly collection of common statistics utils handy for data analysis, machine learning, etc.

PRs welcome for additional utils, doc improvements, etc.!

Features

  • Small, simple cross-platform pure Clojure/Script codebase. Handy as a reference.
  • Pleasant, consistant API with beginner-friendly documentation.

Quickstart

Add the necessary dependency to your project:

Leiningen: [com.taoensso/tukey "1.0.0-SNAPSHOT"] ; or
deps.edn:   com.taoensso/tukey {:mvn/version "1.0.0-SNAPSHOT"}

And setup your namespace imports:

(ns my-ns
  (:require [taoensso.tukey :as tukey]))

Check out the extensive API docs for more info from here!

Contacting me / contributions

Please use the project's GitHub issues for all questions, ideas, etc. Pull requests welcome. See the project's GitHub contributors for a list of contributors.

Otherwise, you can reach me at Taoensso.com. Happy hacking!

- Peter Taoussanis

License

Distributed under the EPL v1.0 (same as Clojure).
Copyright © 2020 Peter Taoussanis.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].