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: 7 months 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 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-01T07:28:00.000Z (almost 3 years ago)
- Last Synced: 2025-06-21T18:05:36.357Z (7 months ago)
- Topics: classification, data-analysis, gradient-descent, java, linear-regression, statistics
- Language: Java
- Homepage:
- Size: 1.3 MB
- Stars: 12
- Watchers: 3
- Forks: 1
- 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
[](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
## Examples
A list of examples can be downloaded separately here.