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

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

Awesome Lists containing this project

README

        

# grain

smoothing time series with twain

![graph](http://i.imgur.com/Y0yvkoN.png)

## Installation

$ component install threepointone/grain

## API

```js
// speculative, work in progress

var smooth = require('grain')(arr, {
period: 100,
multiplier: 0.01
});

// should return (arr.length-1)*100 points

```

## License

MIT