Construction

Temporal.TSType

Time series type aimed at efficiency and simplicity.

Fields:

- `values`: 2-dimensional array of numerical data
- `index`: 1-dimensional array of `Date` or `DateTime` representing index where element t corresponds t'th row of `values`
- `fields`: 1-dimensional array of `Symbol` representing columns where element j corresponds to j'th column of `values`
source