[R-SIG-Finance] RUGARCH distribution selection

alexios ghalanos alexios at 4dscape.com
Thu Jun 28 18:42:05 CEST 2012


If you do not want the conditional excess kurtosis of the student 
distribution (equal to 6/(shape-4)) to be calculated by maximum 
likelihood, then you can fix the shape parameter (shape a.k.a. "d.o.f" 
in Student) using the fixed.pars option, subject to it being >2.

e.g. ugarchspec(distribution.model="std", fixed.pars=list(shape=4.1))

-Alexios

PS see also the 'dkurtosis' and 'dskewness' functions to help you 
translate distributional parameters to higher moments.

On 28/06/2012 17:14, stoyan.stoyanov wrote:
> Hi all,
>
> I am wondering whether there is a way to modify the distributions used by
> the distribution.model method in rugarch. Specifically, how can I change the
> kurtosis of the distribution used (change the degrees of freedom in the
> student distribution)? My goal is to fit a model with slightly fatter tails.
>
> Thanks in advance,
> Stoyan
>
> -----
> Stoyan Stoyanov
> The University of Chicago Booth School of Business
> MBA Class of 2013
> (312) 532-0120 | stoyanov at chicagobooth.edu
> --
> View this message in context: http://r.789695.n4.nabble.com/RUGARCH-distribution-selection-tp4634792.html
> Sent from the Rmetrics mailing list archive at Nabble.com.
>
> _______________________________________________
> R-SIG-Finance at r-project.org 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.
>



More information about the R-SIG-Finance mailing list