请问高手:
R的garch模型中,随机扰动项的分布是不是只能服从正态分布?
我看了garch命令的帮助文件,其中的description是这么写的:
Fit a Generalized Autoregressive Conditional Heteroscedastic GARCH(p, q) time series model to the data by computing the maximum-likelihood estimates of the conditionally normal model. 
我想做随机扰动项服从t分布的garch模型,应该怎么办?
 
谢谢了。