-
Notifications
You must be signed in to change notification settings - Fork 0
Home
metmajer edited this page Feb 12, 2013
·
8 revisions
dataseries.js is a JavaScript data series modeling library.
Copyright (c) 2013 Martin Walter [email protected].
This script is freely distributable under the terms of the MIT license.
- add noise generators, such as perlin noise
- add more advanced random number generators
- add more functions to the ds.functions module
- add more examples on data modeling
- add a generator to draw samples from arbitrary probability distributions
- add classes of moving average filters for smoothing data series
- add more examples on data modeling