Product Promotion
0x5a.live
for different kinds of informations and explorations.
GitHub - clojurewerkz/statistiker: Minimalistic statistics library for Clojure
Minimalistic statistics library for Clojure. Contribute to clojurewerkz/statistiker development by creating an account on GitHub.
Visit SiteGitHub - clojurewerkz/statistiker: Minimalistic statistics library for Clojure
Minimalistic statistics library for Clojure. Contribute to clojurewerkz/statistiker development by creating an account on GitHub.
Powered by 0x5a.live ๐
Statistiker
Statistiker is a simple way to do Statistics in Clojure. The goal is to have an implementation of all popular algorithms for mining datasets.
Project Goals
-
Provide a Clojure-friendly, easy way for statistical analysis, inference and machine learning
-
Be reasonably feature-complete (provide majority of things an advanced user may demand)
-
Be well maintained.
-
Be well documented.
-
Be well tested.
Project Maturity
Statistiker is a young and incomplete project. There may be major API changes (conforming to semantic versioning) inbetween releases.
The Most Recent Release
With Leiningen:
[clojurewerkz/statistiker "0.1.0-SNAPSHOT"]
With Maven:
<dependency>
<groupId>clojurewerkz</groupId>
<artifactId>statistiker</artifactId>
<version>0.1.0-SNAPSHOT</version>
</dependency>
Documentation and Examples
Descriptive statistics
Correlation
License
Copyright ยฉ 2014 Alex Petrov & ClojureWerkz Team
Double licensed under the Eclipse Public License (the same as Clojure) or the Apache Public License 2.0.
Credits
LibSVM sources belong to their respected owners, except for the changes our team made to the source code.
The project repository contains several public datasets, added to provide best available examples for
the users to start exploring the project with realistic data. The Data sets belong to their respective owners,
specified in the description. The data sets are same as in Python's scikit-learn
.
Made with โค๏ธ
to provide different kinds of informations and resources.