Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/buccaneerai/rxjs-stats
- Owner: buccaneerai
- License: mit
- Archived: true
- Created: 2019-10-25T13:42:24.000Z (about 5 years ago)
- Default Branch: dev
- Last Pushed: 2020-04-28T15:41:25.000Z (over 4 years ago)
- Last Synced: 2024-11-06T13:50:20.550Z (2 months ago)
- Topics: analytics, data, data-mining, data-science, observables, reactive, rxjs, statistics
- Language: JavaScript
- Homepage:
- Size: 358 KB
- Stars: 11
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome - buccaneerai/rxjs-stats - Moved to @bottlenose/rxstats (https://github.com/buccaneerai/bottlenose) (JavaScript)
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)
# 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