Uses of Interface
dev.nm.stat.timeseries.datastructure.univariate.UnivariateTimeSeries
-
-
Uses of UnivariateTimeSeries in dev.nm.stat.stochasticprocess.univariate.filtration
Constructors in dev.nm.stat.stochasticprocess.univariate.filtration with parameters of type UnivariateTimeSeries Constructor Description Filtration(UnivariateTimeSeries<Double,? extends UnivariateTimeSeries.Entry<Double>> Bt)Construct aFiltrationfrom a Brownian path. -
Uses of UnivariateTimeSeries in dev.nm.stat.timeseries.datastructure.univariate
Classes in dev.nm.stat.timeseries.datastructure.univariate that implement UnivariateTimeSeries Modifier and Type Class Description classDateTimeTimeSeriesThis is a time series has itsdoublevalues indexed byLocalDateTime.classGenericTimeTimeSeries<T extends Comparable<? super T>>This is a univariate time series indexed by some notion of time.Methods in dev.nm.stat.timeseries.datastructure.univariate with parameters of type UnivariateTimeSeries Modifier and Type Method Description static MatrixUnivariateTimeSeriesUtils. toMatrix(UnivariateTimeSeries<?,?> ts)Cast a time series into a column matrix, discarding the timestamps.static VectorUnivariateTimeSeriesUtils. toVector(UnivariateTimeSeries<?,?> ts)Cast a time series into a vector, discarding the timestamps. -
Uses of UnivariateTimeSeries in dev.nm.stat.timeseries.datastructure.univariate.realtime
Subinterfaces of UnivariateTimeSeries in dev.nm.stat.timeseries.datastructure.univariate.realtime Modifier and Type Interface Description interfaceRealizationThis is a univariate time series indexed real numbers.Classes in dev.nm.stat.timeseries.datastructure.univariate.realtime that implement UnivariateTimeSeries Modifier and Type Class Description classOneDimensionTimeSeries<T extends Comparable<? super T>>This class constructs a univariate realization from a multivariate realization by taking one of its dimension (coordinate). -
Uses of UnivariateTimeSeries in dev.nm.stat.timeseries.datastructure.univariate.realtime.inttime
Subinterfaces of UnivariateTimeSeries in dev.nm.stat.timeseries.datastructure.univariate.realtime.inttime Modifier and Type Interface Description interfaceIntTimeTimeSeriesThis is a univariate time series indexed by integers.Classes in dev.nm.stat.timeseries.datastructure.univariate.realtime.inttime that implement UnivariateTimeSeries Modifier and Type Class Description classDifferencedIntTimeTimeSeriesDifferencing 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.classSimpleTimeSeriesThis simple univariate time series simply wraps adouble[]to form a time series. -
Uses of UnivariateTimeSeries in dev.nm.stat.timeseries.linear.univariate.stationaryprocess
Classes in dev.nm.stat.timeseries.linear.univariate.stationaryprocess that implement UnivariateTimeSeries Modifier and Type Class Description classAdditiveModelThe additive model of a time series is an additive composite of the trend, seasonality and irregular random components.classMultiplicativeModelThe multiplicative model of a time series is a multiplicative composite of the trend, seasonality and irregular random components. -
Uses of UnivariateTimeSeries in tech.nmfin.meanreversion.hvolatility
Constructors in tech.nmfin.meanreversion.hvolatility with parameters of type UnivariateTimeSeries Constructor Description Kagi(UnivariateTimeSeries<T,? extends UnivariateTimeSeries.Entry<T>> ts)
-