dse (version R2000.6-1)

TSdata: Construct TSdata time series object

Description

Constructor for generating or extracting a "TSdata" object containing data for use by TSmodels.

Usage

TSdata(input=NULL, output=NULL, ...)
	is.TSdata(data)
	as.TSdata(data)

Arguments

Details

Generic method to construct or extract a TSdata object. The default method constructs a TSdata object. Specific methods extract the TSdata from other objects (which must contain TSdata). The function is.TSdata(data) returns TRUE is data inherits from "TSdata" and FALSE otherwise.

The function as.TSdata uses the elements input and output directly and strips away other class information and parts of the object (and does not make use of input.data(data) or output.data(data) which may do something special for certain classes.

See Also

TSdata.object, freeze, freeze.TSPADIdata, TSmodel, TSestModel.object set.TSPADIdata