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
- Host: GitHub
- URL: https://github.com/mbogus/gostat
- Owner: mbogus
- License: apache-2.0
- Created: 2017-02-21T17:03:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-21T17:15:52.000Z (over 9 years ago)
- Last Synced: 2024-06-20T13:37:31.621Z (about 2 years ago)
- Topics: mathematical-statistics-functions, maths, statistics
- Language: Go
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
[](https://travis-ci.org/mbogus/gostat) [](https://coveralls.io/github/mbogus/gostat?branch=master) [](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