Learn R Programming

dse (version 2003.6-1)

estBlackBox: Estimate a TSmodel

Description

Estimate a TSmodel.

Usage

estBlackBox(data,...)

Arguments

data
Data in an object of class TSdata.
...
Optional arguments depent on the function which is eventually called.

Value

  • A state space model in an object of class TSestModel.

Details

The function makes a call the most promising procedure currently available. These tend to have names like estBlackBox1, estBlackBox2, estBlackBox4. This is an active area of ongoing research and so the actual routine called will probably change with new versions.

Examples

Run this code
if(is.R()) data("egJofF.1dec93.data", package="dse1")
goodmodel <- estBlackBox(egJofF.1dec93.data)

Run the code above in your browser using DataLab