DataProcess
Class TimeSeries
java.lang.Object
DataProcess.TimeSeries
- public class TimeSeries
- extends java.lang.Object
- Author:
- Lior Berry
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimeSeries
public TimeSeries(DataSet inDataSet)
SetName
public void SetName(java.lang.String name)
GetName
public java.lang.String GetName()
AppendValue
public void AppendValue(double value)
GetValueByIndex
public double GetValueByIndex(int index)
Dump
public void Dump()
ComputeBins
public java.util.ArrayList ComputeBins(long binSize)
GetMin
public double GetMin()
GetMax
public double GetMax()
size
public int size()