powered by
Estimate a TSmodel.
estBlackBox1(data, estimation="estVARXls", reduction="MittnikReduction", criterion="taic", trend=FALSE, subtract.means=FALSE, verbose=TRUE, max.lag=6)
Data in an object of class TSdata.
Initial estimation method to be used.
Reduction method to be used.
Criterion to be used for model selection. see informationTestsCalculations.
informationTestsCalculations
logical indicating if a trend should be estimated.
logical indicating if the mean should be subtracted from data before estimation.
logical indicating if information should be printed during estimation.
integer indicating the maximum number of lags to consider.
A state space model in an object of class TSestModel.
If verbose is TRUE then estimation information is printed and checkResiduals is run, which gives plots of information about the residuals.
# NOT RUN { data("egJofF.1dec93.data", package="dse") goodmodel <- estBlackBox1(egJofF.1dec93.data) # }
Run the code above in your browser using DataLab