Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/juba/uniquanti

Small JavaScript app to visualize basic statistics
https://github.com/juba/uniquanti

d3 d3js interactive statistics teaching

Last synced: about 19 hours ago
JSON representation

Small JavaScript app to visualize basic statistics

Awesome Lists containing this project

README

        

The goal of this app is to provide an interactive interface to help learn and
teach basic quantitative variables univariate and bivariate analysis and
visualization. You can display basic statistics and visualizations, play
around with parameters, zoom, pan, drag data points, and everything should be
updated dynamically with transitions.

It is build on D3js, and can run in any modern browser (no server side
installation needed).

Live demo here : [https://juba.github.io/uniquanti/](https://juba.github.io/uniquanti/)

### Data sources

Data can be manually typed, randomly generated from several distributions, or
you can load a simple included dataset. Note that when a dataset is loaded,
you won't be able to drag the points (as you shouldn't be able to do that in a
real analysis).

### Credits

- [Bootstrap](https://getbootstrap.com/)
- [d3.js](https://d3js.org)
- [simple-statistics](https://github.com/simple-statistics/simple-statistics)