Last chance! 50% off unlimited learning
Sale ends in
estSSMittnik(data, max.lag=6, n=NULL, subtract.means=FALSE, normalize=FALSE)
See MittnikReduction and references cited there. If the state dimension is not specified then the singular values of the Hankel matrix are printed and the user is prompted for the state dimension.
MittnikReduction
.MittnikReduction
estVARXls
bft
if(is.R()) data("egJofF.1dec93.data", package="dse1")
model <- estSSMittnik(egJofF.1dec93.data)
# this prints information about singular values and prompts with
#Enter the number of singular values to use for balanced model:
# the choice is difficult in this example.
model <- estSSMittnik(egJofF.1dec93.data, n=3)
Run the code above in your browser using DataLab