Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/juba/uniquanti
- Owner: juba
- License: mit
- Created: 2016-12-02T17:16:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-07T13:18:54.000Z (about 6 years ago)
- Last Synced: 2025-01-20T02:57:02.286Z (7 days ago)
- Topics: d3, d3js, interactive, statistics, teaching
- Language: JavaScript
- Homepage: https://juba.github.io/uniquanti/
- Size: 1.55 MB
- Stars: 42
- Watchers: 9
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)