Skip to content

A simple JavaScript library for time series analysis

License

Notifications You must be signed in to change notification settings

vicoyeh/timeseries.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

timeseries.js

A simple JavaScript library for time series analysis.

[description]

Features

  • ...

Usage

To use the library, download the main file timeseries.js or install it via npm:

npm install timeseries
var ts = require('timeseries');
var data = 
var stats = ts.create(data);

About

A simple JavaScript library for time series analysis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published