# Overview

[![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)  [![](https://img.shields.io/npm/v/@buccaneer/rxjs-stats.svg)](https://www.npmjs.com/package/@buccaneer/rxjs-stats)

`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](https://github.com/buccaneerai/rxjs-stats) ✨ :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) 🤦&#x20;
* [Follow the Swashbuckler Blog](https://medium.com/buccaneer) ✒️
* Report & Debug Issues on [Github](https://github.com/buccaneerai/rxjs-stats) 🌊

## License

MIT


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://brianbuccaneer.gitbook.io/rxjs-stats/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
