Skip to content

cdf of skewed t distribution using fGARCH vs skewt package

4 messages · Alex Chan, Brian G. Peterson, Spencer Graves +1 more

#
Alex Chan wrote:
Please read the posting guide.  Include sample code and data if you want 
to maximize your chance of having someone help you figure out the 
(possible) problem you are having.

Depending on the data, the length of your data set, the degree of 
skewness, the random seed, coding issues, and a whole bunch of other 
factors, guessing at what the possible problem is is unlikely to be very 
useful.

Regards,

   - Brian
#
The posting guide is NOT distributed with R-SIG-Finance but is with 
r-help:  It's "www.R-project.org/posting-guide.html".  sg
Brian G. Peterson wrote:

  
    
5 days later
#
Alex Chan wrote:
sstd means standardized skew student-t, the first s is important.

in the student-t the number of degrees of freedom is related to the 
variance, so you cannot use the usual student t.
you need a reformulated distribution for which the variance is always 1 
and a proper nu which does not
change the variance. This does the sstd.

Diethelm