Skip to content
Prev 2023 / 15274 Next

Solicitation of opinions on which Timeseries object(s) to utilize.

On Jan 20, 2008 12:52 PM, Brian G. Peterson <brian at braverock.com> wrote:
The decision on what time index to use should be separate from
what time series to use.   The advantage of the zoo framework is
that you can use any time index (for which there exist appropriate
methods or you can write them youself without having to change zoo).

Thus you can have a single framework that can in principle encompass
the xts zoo subclass, yearmon, yearqtr, Date, chron, POSIXct,
financial centers (assuming appropriate methods), numbers, complex
numbers, letters, etc.  Furthermore you could change your mind on
time index yet keep the same time series framework.