Skip to content
Prev 14704 / 15274 Next

Question on rmgarch - dccspec

Hi guys/Alexios,

I'm finding that dccspec ignores the input for lag.max.  Looking at the
code, I see:
if(is.null(lag.max)) VAR.opt$lag.max = NULL else VAR.opt$lag.max =
as.integer(min(1, lag.max))
Why is min taken against 1?  This seems to defeat the purpose.

Thanks,
Josh