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

https://github.com/mbogus/gostat

Simple mathematical statistics functions
https://github.com/mbogus/gostat

mathematical-statistics-functions maths statistics

Last synced: 5 months ago
JSON representation

Simple mathematical statistics functions

Awesome Lists containing this project

README

          

# Simple mathematical statistics functions

This is a mathematical statistics functions package for the Go language. It
builds on top of very helpful [Gonum Stat](https://github.com/gonum/stat)
package adding few additional functions.

[![Build Status](https://travis-ci.org/mbogus/gostat.svg?branch=master)](https://travis-ci.org/mbogus/gostat) [![Coverage Status](https://coveralls.io/repos/github/mbogus/gostat/badge.svg?branch=master)](https://coveralls.io/github/mbogus/gostat?branch=master) [![GoDoc](https://godoc.org/github.com/mbogus/gostat?status.svg)](https://godoc.org/github.com/mbogus/gostat)

## Installation

### Install:

~~~
go get -u github.com/mbogus/gostat
~~~

### Import:

~~~go
import "github.com/mbogus/gostat"
~~~

## License

Apache License Version 2.0 - See LICENSE file for more details