I'm an italian student using rmgarch package for forecasting covariance matrix. While using ugarchspec function for defining input parameters of univariate GARCH model using a t-Student distribution, I have noticed that there is a parameter called fixed.pars. Following the example given in GitHub this parameter is set as following:
fixed.pars = list(shape = 5)
in case of a t-Student distribution. If i change this setting from 5 to 3 (for example) results are very different: can someone tell me the importance and the usage of this parameter?
Thanks to all