Class Index | File Index

Classes


Class TimeSeries


Defined in: TimeSeries.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
TimeSeries(x, y, y)
A TimeSeries is a set of x and y values.
Method Summary
Method Attributes Method Name and Description
 
evaluates f(x) with a given interpolation or approximation
Class Detail
TimeSeries(x, y, y)
A TimeSeries is a set of x and y values.
Parameters:
x
y
y
Returns:
Method Detail
valueAt(x)
evaluates f(x) with a given interpolation or approximation
Parameters:
x
Returns:

Documentation generated by JsDoc Toolkit 2.4.0 on Sat Jun 08 2013 16:12:54 GMT+0200 (CEST)