fitSTARMAGARCH | R Documentation |
Optimize likelihood using nlminb
fitSTARMAGARCH(
f,
data = NULL,
print = TRUE,
lower = NULL,
upper = NULL,
simple = FALSE
)
f |
object produced by CreateLikelihood |
data |
Data matrix (spatial row index, temporal col index) |
print |
logical, indicator for printing summary |
lower |
lower limits for parameters esimates |
upper |
upper limits for parameter estimates |
simple |
logical switch for turning on only returning parameter estimates and sd. |
starmagarch
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.