An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-finance/attachments/20090818/2a72faf5/attachment.pl>
cdf of skewed t distribution using fGARCH vs skewt package
4 messages · Alex Chan, Brian G. Peterson, Spencer Graves +1 more
Alex Chan wrote:
I ran a AR(p)-GARCH (1,1) - skewed t using the fGARCH package. When I tried to use the sstd option in fgarch to return the cdf of the standardized residuals z and compared it with the results obtained using the skewt package, I obtained different results even though both skewed t dist are based on Fernandez and steel. Since the standardized inovations are supposed to be iid with mean o and variance 1, i used psstd(z, mean = 0, sd = 1, nu , xi ). Anyone can explain why this might be the case?
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
Brian G. Peterson http://braverock.com/brian/ Ph: 773-459-4973 IM: bgpbraverock
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:
Alex Chan wrote:
I ran a AR(p)-GARCH (1,1) - skewed t using the fGARCH package. When I tried to use the sstd option in fgarch to return the cdf of the standardized residuals z and compared it with the results obtained using the skewt package, I obtained different results even though both skewed t dist are based on Fernandez and steel. Since the standardized inovations are supposed to be iid with mean o and variance 1, i used psstd(z, mean = 0, sd = 1, nu , xi ). Anyone can explain why this might be the case?
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
Spencer Graves, PE, PhD President and Chief Operating Officer Structure Inspection and Monitoring, Inc. 751 Emerson Ct. San Jos?, CA 95126 ph: 408-655-4567
5 days later
Alex Chan wrote:
I ran a AR(p)-GARCH (1,1) - skewed t using the fGARCH package. When I tried to use the sstd option in fgarch to return the cdf of the standardized residuals z and compared it with the results obtained using the skewt package, I obtained different results even though both skewed t dist are based on Fernandez and steel. Since the standardized inovations are supposed to be iid with mean o and variance 1, i used psstd(z, mean = 0, sd = 1, nu , xi ). Anyone can explain why this might be the case? Alex
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
[[alternative HTML version deleted]]
------------------------------------------------------------------------
_______________________________________________ R-SIG-Finance at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-sig-finance -- Subscriber-posting only. -- If you want to post, subscribe first.