search for: 2_t

Displaying 6 results from an estimated 6 matches for "2_t".

Did you mean: 2_
2010 Aug 23
1
Fitting a GARCH model in R
Hi, I want to fit a mean and variance model jointly. For example I might want to fit an AR(2)-GARCH(1,1) model i.e. r_t = constant_term1 + b*r_t-1 + c*r_t-2 + a_t where a_t = sigma_t*epsilon_t where sigma^2_t = constant_term2 + p*sigma^2_t-1 + q*a^2_t-1 i.e. R estimates a constant_term1, b, c, constant_term2, p, q TIA Aditya
2007 Mar 05
1
Heteroskedastic Time Series
...ide the capabilities of the arima function in R. I'd like to fit an ARMA model where the variance of the disturbances is a function of some exogenous variable. So something like: Y_t = a_0 + a_1 * Y_(t-1) +...+ a_p * Y_(t-p) + b_1 * e_(t-1) +...+ b_q * e_(t-q) + e_t, where e_t ~ N(0, sigma^2_t), and with the variance specified by something like sigma^2_t = exp(beta_t * X_t), where X_t is my exogenous variable. I would be very grateful if somebody could point me in the direction of a library that could fit this (or a similar) model. Thanks, James Kirkby Actuarial Maths and Stats Her...
2013 Apr 07
0
Fitting distributions to financial data using volatility model to estimate VaR
...520-%2520Technical%2520Document.pdf&ei=RSJhUd7YJIbktQaQ-YCAAw&usg=AFQjCNGpCXUdLSVHQtYJMl7MccLGQtdkDw&sig2=HBxWDrRTMN7rVqWu-Yp1zQ&bvm=bv.44770516,d.Yms Especially page 238 is interesting: "According to this model, returns are generated as follows" r_t=sigma_t xi_t sigma^2_t is calculated by EWMA xi is distributed according to the generalized error distribution. So they do not assume the returns to follow a certain distribution, but they assume the returns condition on the volatility to follow a certain distribution, right? Now my question is, how can one calculate...
1997 Feb 05
0
bliss version 0.4.0
...uot;*]$%Z^:/##2''^98=K35PFG1>8D1?</W<4$ ZM[''H3FA:]T,NBI,&J\M6;KVG6A.<RA+;VK#G!,%^-?I^C<<&_IU][]MUP1#J ZD./>6G;C)SMSZ1J!*E+Z5Q_[(7G\6FM(=!#\#7[^OGN[ITPBP_29C<B4J@\N Z?6[C_^PE2C:_/5B_(^"X#?G,^(XG#7[_''D"_P3?8K+PHT"_@"]+3^/H?@2_T ZF&S.-7G+]>1V+T\/]<3"_C#IY_"[$X\-B23DI]`;$/]L7''^_N;3;P<,]!6P/ Z4$]Y_>^`+^=D_&6$\A<&;H)/EK$\;^-_9/#`4RD_:E)],HA^+-(+><;^)Z,7 Z!P^,]*CA;K9GO?1C@O%?$JC[S_C1C1LU"HFOJZ(LC8Y\89MBN;0IGVMH]^L( ZF\26AE)]%`B[(7G\"C\N'';''C^X;SZ`OJ...
2006 Oct 04
0
[PATCH,RFC 6/17] 32-on-64 shared info handling
...''s,@KeeP@,,g'' \ -e ''s,_t\([^[:alnum:]_]\|$$\),_compat_t\1,g'' \ -e ''s,\(8\|16\|32\|64\)_compat_t\([^[:alnum:]_]\|$$\),\1_t\2,g'' \ -e ''s,\(^\|[^[:alnum:]_]\)xen_\?\([[:alnum:]_]*\)_compat_t\([^[:alnum:]_]\|$$\),\1compat_\2_t\3,g'' \ @@ -43,13 +44,15 @@ compat/%.h: compat/%.i Makefile compat/%.i: compat/%.c Makefile $(CPP) $(CFLAGS) $(cppflags-y) -o $@ $< -compat/%.c: public/%.h Makefile +compat/%.c: public/%.h xlat.lst Makefile mkdir -p $(@D) grep -v ''DEFINE_XEN_GUEST_HANDLE(long)''...
2010 Aug 24
0
mlm for within subject design
...2010 at 5:59 AM, Aditya Damani wrote: > Hi, > > I want to fit a mean and variance model jointly. > > For example I might want to fit an AR(2)-GARCH(1,1) model i.e. > > r_t = constant_term1 + b*r_t-1 + c*r_t-2 + a_t > > where a_t = sigma_t*epsilon_t > > where sigma^2_t = constant_term2 + p*sigma^2_t-1 + q*a^2_t-1 > > i.e. R estimates a constant_term1, b, c, constant_term2, p, q > > TIA > Aditya > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PL...