Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/buccaneerai/rxjs-stats

Moved to @bottlenose/rxstats (https://github.com/buccaneerai/bottlenose)
https://github.com/buccaneerai/rxjs-stats

analytics data data-mining data-science observables reactive rxjs statistics

Last synced: about 2 months ago
JSON representation

Moved to @bottlenose/rxstats (https://github.com/buccaneerai/bottlenose)

Awesome Lists containing this project

README

        

#
[![CircleCI](https://circleci.com/gh/buccaneerai/rxjs-stats/tree/master.svg?style=shield)](https://circleci.com/gh/buccaneerai/rxjs-stats/tree/master)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)

Version

# Deprecated
This library has been moved to a new npm package called @bottlenose/rxstats: https://github.com/buccaneerai/bottlenose

# README
`rxjs-stats` is a set of of [RxJS 6](http://rxjs-dev.firebaseapp.com/) operators to perform common calculations used in statistics, data analysis, data science, math, finance and machine learning.

It helps you write reactive applications that use expressive functional programming, behave predictably, run in most environments using pure JavaScript (client, server, and native), and are easy to test. It provides a great developer experience by keeping code simple and providing live, real-time calculations. The implementations are lightweight, performant, declarative and isomorphic.

It is part of the [Swashbuckler](https://swashbuckler.ai) project, which is a larger effort to create second-to-none data science tools for software makers who love JavaScript.

## Documentation
- **New Users, Start Here**: [Quick Start](https://brianbuccaneer.gitbook.io/rxjs-stats/guides/gettingstarted)
- [Documentation](https://brianbuccaneer.gitbook.io/rxjs-stats)
- [Guides](https://brianbuccaneer.gitbook.io/rxjs-stats/guides)
- [Full List of operators](https://brianbuccaneer.gitbook.io/rxjs-stats/operators)

## Community
If you share the goal of creating amazing data science tools for the Javascript community, then here are some ways to help:
- Star us on Github ✨ :octocat: ✨
- [Become a contributor (even small contributions matter!)](https://github.com/buccaneerai/rxjs-stats/blob/master/CONTRIBUTING.md) 👑
- [Are we missing the operator you need? Make a pull request to add it!](https://github.com/buccaneerai/rxjs-stats/blob/master/docs/Guides/CreatingOperators.md) 🤦
- [Follow the Swashbuckler Blog](https://medium.com/buccaneer) ✒️
- Report & Debug Issues on Github 🌊

## License
MIT