Modifier and Type | Interface and Description |
---|---|
interface |
MultivariateTimeSeries<T extends Comparable<? super T>,E extends MultivariateTimeSeries.Entry<T>>
A multivariate time series is a sequence of vectors indexed by some notion of time.
|
Modifier and Type | Method and Description |
---|---|
Iterator<MultivariateTimeSeries.Entry<T>> |
MultivariateGenericTimeTimeSeries.iterator() |
Modifier and Type | Class and Description |
---|---|
static class |
MultivariateRealization.Entry
This is the
TimeSeries.Entry for a real number -indexed multivariate time series. |
Modifier and Type | Class and Description |
---|---|
static class |
MultivariateIntTimeTimeSeries.Entry
This is the
TimeSeries.Entry for an integer -indexed multivariate time series. |
Constructor and Description |
---|
OneDimensionTimeSeries(MultivariateTimeSeries<T,? extends MultivariateTimeSeries.Entry<T>> mts,
int dim)
Construct a univariate realization from a multivariate realization by taking one of its dimension (coordinate).
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.