Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nicinabox/spanner-record-stats


https://github.com/nicinabox/spanner-record-stats

Last synced: about 1 month ago
JSON representation

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 │
└───────────────────────────┴───────────┘
```