Description Usage Arguments Details Value Author(s) References See Also Examples
Print estimates for the results of the mtarforecast functions.
1 2  | 
object | 
 Object of class “  | 
... | 
 Other print parameters that affect.  | 
Print estimates outputs corresponding to function “mtarforecast” which return an object of class “regime_forecast”.
Return to console.
Valeria Bejarano vbejaranos@unal.edu.co & Andrey Rincon adrincont@unal.edu.co
Calderon, S. and Nieto, F. (2017) Bayesian analysis of multivariate threshold autoregress models with missing data. Communications in Statistics - Theory and Methods 46 (1):296–318. doi:10.1080/03610926.2014.990758.
1 2 3 4 5 6 7 8 9  | data("datasim")
data('datasim')
estim = mtarns(mtarinipars(tsregime(datasim$Sim$Yt,datasim$Sim$Zt),
list_model = list(pars = list(l = datasim$Sim$l,r = datasim$Sim$r,
orders = list(pj = datasim$pj)))))
estimU = mtarns(mtarinipars(tsregime(datasim$Sim$Zt),
list_model = list(pars = list(l = 1,orders = list(pj = 1)))))
forecast = mtarforecast(estim,h = 10,modelU = estimU)
print.regime_model(forecast)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.