Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicinabox/spanner-record-stats
https://github.com/nicinabox/spanner-record-stats
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/nicinabox/spanner-record-stats
- Owner: nicinabox
- Created: 2015-11-28T20:29:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-30T01:47:33.000Z (almost 9 years ago)
- Last Synced: 2024-10-06T18:14:32.756Z (about 1 month ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spanner records stats
## Usage
```
$ npm run analyze data/mini.json
┌───────────────────────────┬───────────┐
│ Average miles per day │ 22.03 │
├───────────────────────────┼───────────┤
│ Average miles per year │ 8041.95 │
├───────────────────────────┼───────────┤
│ Current Projected Mileage │ 136784.57 │
├───────────────────────────┼───────────┤
│ Standard Deviation (+/-) │ 7.58 │
├───────────────────────────┼───────────┤
│ Confidence Interval (+/-) │ 5.59 │
├───────────────────────────┼───────────┤
│ Days since last record │ 154 │
└───────────────────────────┴───────────┘
```