Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

TSdata.object

time series data object


Description

Class TSdata of time series data objects for use with TSmodels.

Generation

This class of objects is returned by specific methods of the function TSdata or can be built according to the description below.

Methods

The TSdata class of objects has methods for the generic functions print, plot, start, end, ..., testEqual, seriesNames, seriesNamesInput, seriesNamesOutput Also, the function is.TSdata is supported.

Inheritance

Other data classes inherit from the class TSdata.

Structure

Objects are a list with class the most general class TSdata. The native form for this package has elements input and output. Any other elements are ignored. input and output are matrices (or tframe or time series matrices) of the input and output data, with each series in a column. It is possible to populate this structure directly from a time series database. See the TSdbi package for more details.

See Also


dse

Dynamic Systems Estimation (Time Series Package)

v2020.2-1
GPL-2
Authors
Paul Gilbert <pgilbert.ttv9z@ncf.ca>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.