Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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


## Examples

A list of examples can be downloaded separately here.