|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.numericalmethod.suanshu.stats.timeseries.TimeSeries.Entry<T,Vector>
com.numericalmethod.suanshu.stats.timeseries.multivariate.MultiVariateTimeSeries.Entry<java.lang.Double>
com.numericalmethod.suanshu.stats.timeseries.multivariate.realtime.MultiVariateRealization.Entry
public static class MultiVariateRealization.Entry
the TimeSeries.Entry for a real number -indexed multivariate time series
| Field Summary |
|---|
| Fields inherited from class com.numericalmethod.suanshu.stats.timeseries.TimeSeries.Entry |
|---|
time, value |
| Constructor Summary | |
|---|---|
MultiVariateRealization.Entry(double time,
Vector 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 |
|---|
public MultiVariateRealization.Entry(double time,
Vector value)
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||