Class TimeSeries
Defined in: TimeSeries.js.
Constructor Attributes | Constructor Name and Description |
---|---|
TimeSeries(x, y, y)
A TimeSeries is a set of x and y values.
|
Method Attributes | Method Name and Description |
---|---|
valueAt(x)
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: