Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JuliaStats/StatsBase.jl
Basic statistics for Julia
https://github.com/JuliaStats/StatsBase.jl
julia statistical-models statistics summarization
Last synced: 3 months ago
JSON representation
Basic statistics for Julia
- Host: GitHub
- URL: https://github.com/JuliaStats/StatsBase.jl
- Owner: JuliaStats
- License: other
- Created: 2013-02-11T01:22:06.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-05-16T12:29:23.000Z (6 months ago)
- Last Synced: 2024-05-18T05:41:13.751Z (6 months ago)
- Topics: julia, statistical-models, statistics, summarization
- Language: Julia
- Size: 3.55 MB
- Stars: 566
- Watchers: 30
- Forks: 190
- Open Issues: 198
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-julia - Basic statistics for Julia
README
## StatsBase.jl
*StatsBase.jl* is a Julia package that provides basic support for statistics. Particularly, it implements a variety of statistics-related functions, such as scalar statistics, high-order moment computation, counting, ranking, covariances, sampling, and empirical density estimation.
- **Build & Testing Status:**
[![Build status](https://github.com/JuliaStats/StatsBase.jl/workflows/CI/badge.svg)](https://github.com/JuliaStats/StatsBase.jl/actions?query=workflow%3ACI+branch%3Amaster)
[![Coverage Status](https://coveralls.io/repos/JuliaStats/StatsBase.jl/badge.svg?branch=master)](https://coveralls.io/r/JuliaStats/StatsBase.jl?branch=master)
[![Coverage Status](http://codecov.io/github/JuliaStats/StatsBase.jl/coverage.svg?branch=master)](http://codecov.io/github/JuliaStats/StatsBase.jl?branch=master)- **Documentation**: [![][docs-stable-img]][docs-stable-url] [![][docs-latest-img]][docs-latest-url]
[docs-latest-img]: https://img.shields.io/badge/docs-latest-blue.svg
[docs-latest-url]: http://JuliaStats.github.io/StatsBase.jl/latest/[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
[docs-stable-url]: http://JuliaStats.github.io/StatsBase.jl/stable/