|
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.univariate.Util
public class Util
This class collects the utility functions applied to univariate TimeSeries.
| Constructor Summary | |
|---|---|
Util()
|
|
| Method Summary | |
|---|---|
static Matrix |
toMatrix(TimeSeries<?> ts)
Cast a time series into a column matrix, discarding the timestamps. |
static Vector |
toVector(TimeSeries<?> ts)
Cast a time series into a vector, discarding the timestamps. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Util()
| Method Detail |
|---|
public static Vector toVector(TimeSeries<?> ts)
ts - a time series
public static Matrix toMatrix(TimeSeries<?> ts)
ts - a time series
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||