estBlackBox {dse1}R Documentation

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.

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.

Value

A state space model in an object of class TSestModel.

Examples

data("egJofF.1dec93.data", package="dse1")
goodmodel <- estBlackBox(egJofF.1dec93.data)

[Package dse1 version 2008.10-1 Index]