Skip to content
Prev 2062 / 15274 Next

fGarch

Your model "~garch(1,1)" specifies a constant + heteroscedastic noise.  
The slot you printed 'fit at fitted' is the estimated (constant) mean of 
the series.  To see the estimated noise standard deviation, try the 
following: 

 > fit at sigma.t
 [1] 0.4942740 0.3945277 0.3415809 0.3210639 0.1287955 0.2227873 0.2152462
 [8] 0.2816325 0.1532941 0.1202254 0.1291714 0.1460944 0.1200281 0.1303487
[15] 0.1341825 0.2970904 0.2980062 0.2529998 0.2168916 0.1197274 0.1221059
[22] 0.1997035 0.1257199 0.2609890 0.3220154 0.2870766 0.1438314 0.1280727
[29] 0.1270258 0.1597462 0.2861451 0.2407515 0.2998393 0.2143946 0.3378366
[36] 0.7663652 1.1671236 1.1711026 1.2397624 1.2168715
 >
      For a similar example, see section 3.5 of Tsay (2005) Analysis of 
Financial Time Series (Wiley) and "scripts\ch03" in the FinTS package. 

      hope this helps.
      Spencer Graves
babel at centrum.sk wrote: