Modifier and Type | Class and Description |
---|---|
class |
MultivariateDLMSeries
This is a simulator for a multivariate controlled dynamic linear model process.
|
Modifier and Type | Class and Description |
---|---|
class |
DLMSeries
This is a simulator for a multivariate controlled dynamic linear model process.
|
Modifier and Type | Class and Description |
---|---|
class |
DateTimeGenericTimeSeries<V>
This is a generic time series where time is indexed by
DateTime and value can be any
type. |
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 | Class and Description |
---|---|
class |
MultivariateGenericTimeTimeSeries<T extends Comparable<? super T>>
This is a multivariate time series indexed by some notion of time.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MultivariateRealization
A multivariate realization is a multivariate time series indexed by real numbers, e.g., real time.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MultivariateIntTimeTimeSeries
This is a multivariate time series indexed by integers.
|
Modifier and Type | Class and Description |
---|---|
class |
MultivariateSimpleTimeSeries
This simple multivariate time series has its vectored values indexed by integers.
|
Modifier and Type | Interface and Description |
---|---|
interface |
UnivariateTimeSeries<T extends Comparable<? super T>,E extends UnivariateTimeSeries.Entry<T>>
This is a univariate time series indexed by some notion of time.
|
Modifier and Type | Class and Description |
---|---|
class |
DateTimeTimeSeries
This is a time series has its
double values indexed by DateTime . |
class |
GenericTimeTimeSeries<T extends Comparable<? super T>>
This is a univariate time series indexed by some notion of time.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Realization
This is a univariate time series indexed real numbers.
|
Modifier and Type | Class and Description |
---|---|
class |
OneDimensionTimeSeries<T extends Comparable<? super T>>
This class constructs a univariate realization from a multivariate realization by taking one of its dimension (coordinate).
|
Modifier and Type | Interface and Description |
---|---|
interface |
IntTimeTimeSeries
This is a univariate time series indexed by integers.
|
Modifier and Type | Class and Description |
---|---|
class |
DifferencedIntTimeTimeSeries
Differencing of a time series xt in discrete time t is the
transformation of the series to a new time series (1-B)xt where the new values
are the differences between consecutive values of xt.
|
class |
SimpleTimeSeries
This simple univariate time series simply wraps a
double[] to form a time series. |
Modifier and Type | Class and Description |
---|---|
class |
AdditiveModel
The additive model of a time series is an additive composite of the trend, seasonality and irregular random components.
|
class |
MultiplicativeModel
The multiplicative model of a time series is a multiplicative composite of the trend, seasonality and irregular random components.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.