edu.udo.cs.miningmart.storedProcedures
Class TimeValueArray
java.lang.Object
edu.udo.cs.miningmart.storedProcedures.TimeValueArray
- public class TimeValueArray
- extends java.lang.Object
- Version:
- $Id: TimeValueArray.java,v 1.4 2006/04/11 14:10:16 euler Exp $
- Author:
- Martin Scholz
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimeValueArray
public TimeValueArray(TimeValue t)
- Initializes the object with a first entry which must not be null!
getStartTime
public long getStartTime()
getStartValue
public double getStartValue()
getLatestTime
public long getLatestTime()
getLatestValue
public double getLatestValue()
getSize
public int getSize()
getSum
public double getSum()
add
public void add(TimeValue t)
getAverageValue
public double getAverageValue()
getIncreaseByTime
public double getIncreaseByTime()
extrapolateValueFor
public double extrapolateValueFor(long time)
Copyright © 2001-2005