Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jethronap/jstat
A Java Library for Statistics, Data Analysis and Visualization.
https://github.com/jethronap/jstat
classification data-analysis gradient-descent java linear-regression statistics
Last synced: 1 day ago
JSON representation
A Java Library for Statistics, Data Analysis and Visualization.
- Host: GitHub
- URL: https://github.com/jethronap/jstat
- Owner: jethronap
- License: mit
- Created: 2019-08-01T07:46:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-01T07:28:00.000Z (almost 2 years ago)
- Last Synced: 2023-07-28T10:09:37.982Z (over 1 year ago)
- Topics: classification, data-analysis, gradient-descent, java, linear-regression, statistics
- Language: Java
- Homepage:
- Size: 1.3 MB
- Stars: 8
- Watchers: 5
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.com/jethronap/jstat.svg?branch=master)](https://travis-ci.org/jethronap/jstat)
# Java Data Analysis
Basic statistics and data analysis with Java
## Dependencies
- Jackson Databind
- Apache Commons CSV
- Apache Commons Math
- Tablesaw Java Dataframe and Visualization Library
- ND4J Library## Installation
You can start using Jstat by adding the following dependency to your project:
>
io.github.jethronap
jstat
1.0.0
## ExamplesA list of examples can be downloaded separately here.