est.black.box
Estimate a TSmodel
Description
Usage
Required Arguments
- data
-
Data in an object of class TSdata.
Optional Arguments
- ...
-
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 est.black.box1, est.black.box2, est.black.box4.
This is an active area of ongoing research and so the actual routine called
will probably change with new versions.
Examples
goodmodel <- est.black.box(eg.data)
return to Table of Contents