TimeSeries-class {aion}R Documentation

TimeSeries

Description

An S4 class to represent time series.

Details

A time series object is an n x m x p array, with n being the number of observations, m being the number of series and with the p columns of the third dimension containing extra variables for each series.

Slots

.Data

A n x m x p numeric array giving the observed time-series values.

.Time

A length-n RataDie object.

Note

This class inherits from array.

Author(s)

N. Frerebeau

See Also

Other classes: AD-class, BC-class, BCE-class, BP-class, CE-class, GregorianCalendar-class, JulianCalendar-class, RataDie-class, TimeScale-class, b2k-class

Other time classes: RataDie-class


[Package aion version 1.0.2 Index]