Hi,
I am very interested in GARCH modelling filed and I was trying to fit the
mcsGARCH model to my data. I was following the code in this website:
http://www.unstarched.net/2013/03/20/high-frequency-garch-the-multiplicative-component-garch-mcsgarch-model/
Everything works OK until I try to fit the mscGARCH model using following
code:
fit = ugarchfit(data = data_ts, spec = spec, DailyVar = f_sigma^2)
It comes with an error:
Error in !matchD : invalid argument type
I am not pretty sure what this message means.
I greatly appreciated your help!
Sincerely,
Anne
[[alternative HTML version deleted]]
_______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-sig-finance
-- Subscriber-posting only. If you want to post, subscribe first.
-- Also note that this is not the r-help list where general R questions should
go.