https://github.com/threepointone/grain
smoothing time series with twain
https://github.com/threepointone/grain
Last synced: 2 months ago
JSON representation
smoothing time series with twain
- Host: GitHub
- URL: https://github.com/threepointone/grain
- Owner: threepointone
- Created: 2013-02-16T06:53:57.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-17T14:56:31.000Z (over 12 years ago)
- Last Synced: 2025-01-25T08:11:38.386Z (4 months ago)
- Language: JavaScript
- Homepage: http://threepointone.github.com/grain/
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Changelog: History.md
Awesome Lists containing this project
README
# grain
smoothing time series with twain

## Installation
$ component install threepointone/grain
## API
```js
// speculative, work in progressvar smooth = require('grain')(arr, {
period: 100,
multiplier: 0.01
});// should return (arr.length-1)*100 points
```
## License
MIT