estBlackBox {dse1} | R Documentation |
Estimate a TSmodel.
estBlackBox(data,...)
data |
Data in an object of class TSdata. |
... |
Optional arguments depent on the function which is eventually called. |
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.
A state space model in an object of class TSestModel.
data("egJofF.1dec93.data", package="dse1") goodmodel <- estBlackBox(egJofF.1dec93.data)