public static class DLMSeries.Entry extends java.lang.Object implements TimeSeries.Entry<java.lang.Integer,DLMSim.Innovation>
TimeSeries.Entry for a multivariate DLM time series.| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getTime()
Get the timestamp.
|
DLMSim.Innovation |
getValue()
Get the entry value.
|
public java.lang.Integer getTime()
TimeSeries.EntrygetTime in interface TimeSeries.Entry<java.lang.Integer,DLMSim.Innovation>public DLMSim.Innovation getValue()
TimeSeries.EntrygetValue in interface TimeSeries.Entry<java.lang.Integer,DLMSim.Innovation>