SuanShu, a Java numerical and statistical library

com.numericalmethod.suanshu.stats.timeseries.univariate.realtime
Class Realization.Entry

java.lang.Object
  extended by com.numericalmethod.suanshu.stats.timeseries.TimeSeries.Entry<T,java.lang.Double>
      extended by com.numericalmethod.suanshu.stats.timeseries.univariate.TimeSeries.Entry<java.lang.Double>
          extended by com.numericalmethod.suanshu.stats.timeseries.univariate.realtime.Realization.Entry
All Implemented Interfaces:
java.util.Map.Entry<java.lang.Double,java.lang.Double>
Enclosing interface:
Realization

public static class Realization.Entry
extends TimeSeries.Entry<java.lang.Double>

the TimeSeries.Entry for a real number -indexed univariate time series


Field Summary
 
Fields inherited from class com.numericalmethod.suanshu.stats.timeseries.TimeSeries.Entry
time, value
 
Constructor Summary
Realization.Entry(double time, double value)
           
 
Method Summary
 
Methods inherited from class com.numericalmethod.suanshu.stats.timeseries.TimeSeries.Entry
getKey, getValue, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map.Entry
equals, hashCode
 

Constructor Detail

Realization.Entry

public Realization.Entry(double time,
                         double value)

SuanShu, a Java numerical and statistical library

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.