Displaying 20 results from an estimated 100 matches similar to: "Questions about DCC-GARCH Model"
2012 Oct 13
1
DCC help
hi all,
i am using a dcc model for my senior thesis, it looks at stock returns
during times of market uncertainty.
my current rfile is below.
library(SparseM)
library(quantreg)
library(zoo)
library(nortest)
library(MASS)
library(fEcofin)
library(mvtnorm)
library(ccgarch)
library(stats)
library(foreign)
#dataset<-read.csv(file="xxxx",header=FALSE)
attach(dataset);
2011 May 15
4
DCC-GARCH model
Hello,
I have a few questions concerning the DCC-GARCH model and its programming in
R.
So here is what I want to do:
I take quotes of two indices - S&P500 and DJ. And the aim is to estimate
coefficients of the DCC-GARCH model for them. This is how I do it:
library(tseries)
p1 = get.hist.quote(instrument = "^gspc",start = "2005-01-07",end =
2011 May 10
0
DCC-GARCH model and AR(1)-GARCH(1, 1) regression model - help needed..
Hello,
I have a rather complex problem... I will have to explain everything in
detail because I cannot solve it by myself...i just ran out of ideas. So
here is what I want to do:
I take quotes of two indices - S&P500 and DJ. And my first aim is to
estimate coefficients of the DCC-GARCH model for them. This is how I do it:
library(tseries)
p1 = get.hist.quote(instrument =
2011 May 12
2
DCC-GARCH model and AR(1)-GARCH(1,1) regression model
Hello,
I have a rather complex problem... I will have to explain everything in
detail because I cannot solve it by myself...i just ran out of ideas. So
here is what I want to do:
I take quotes of two indices - S&P500 and DJ. And my first aim is to
estimate coefficients of the DCC-GARCH model for them. This is how I do it:
library(tseries)
p1 = get.hist.quote(instrument =
2009 Feb 04
1
package ccgarch - dcc.estimation
Hello,
I am trying to model a bivariate time series called 'residuals' as a
dcc-garch model.
I want to use the function dcc.estimation(a, A, B dcc.para, dvar, model) to
estimate the parameters.
No matter how I tried to define a, A and B, I always got the message "Error
in constrOptim(theta = para, f = loglik.dcc2, gr = grad.dcc2, ui = resta, :
initial value not
2009 Feb 06
2
annotating a filled contours plot with a grid of points
Dear R-help members,
I am trying to plot annotate a filled contours plot (with filled.contour)
with a grid of points. I have read ways of annotating it with individual
points but not with grids in another matrix.
Any ideas?
Thank you very much.
Dario
___________________________________
Dario Martin-Benito
CIFOR-INIA
Dpto. Sistemas y Recursos
2004 Mar 27
2
gregmisc: install trouble
Hello all,
I'm having trouble installing the package 'gregmisc'. I've run the
command:
> R CMD INSTALL -l /usr/lib/R/library /tmp/gregmisc_0.9.0.tar.gz
And I can see it shows up on the list of available packeage when I issue
> library()
But when I do
>library(gregmisc)
I get:
Error in parse(file, n, text, prompt) : syntax error on line 3105
All the other packages
2011 Aug 01
2
if function problems
Dear All,
Sorry to bother
I want to write a function in R using if
Say I have a dataset x,
if x[i]<0, then x[i]=x[i],
if x[i]>0, then x[i]=0
for example, x=-3:3,
then using the function, x becomes [-3,-2,-1,0,0,0,0]
I write the codes as follows,
gjr=function(x)
{lena=length(x)
for(i in 1:lenx)
if (x[i]<0) return (x[i])
if (x[i]>0) return (0)
x}
but then, doing
gjr(x?
it only
2011 Aug 08
1
glmm for ordinal repeated measurement
Hi all,
I have data set with repeated measurement ordinal responses and I would like it using generalized linear mixed model.
Shall I use MCMCglmm packeage or I can use lme4 package?
waiting for answer eagerly,
[[alternative HTML version deleted]]
2015 Nov 06
2
samba-tool ldapcmp
Hello Folks,
I'm a Brazilian student. I'm doing some labs about SAMBA4 AD DC with 4
domain controllers (03 Linux Debian 8 x64 with SAMBA 4.3.1 installed
by souce packeage and 01 Windows Server 2008 R2 Standard x64 to study
for LPIC3 certification exam.)
About the "samba-tool ldapcmp"
(https://wiki.samba.org/index.php/Samba-tool_ldapcmp), in my lab, even
applying the indicated
2012 Oct 11
1
Problems with getURL (RCurl) to obtain list files of an ftp directory
Dear all,
I have a problem with the command 'getURL' from the RCurl package, which I
have been using to obtain a ftp directory list from the MOD16 (ET, DSI)
products, and then to download them. (part of the script by Tomislav
Hengl, spatial-analyst). Instead of the list of files (from ftp), I am
getting the complete html code. Anyone knows why this might happen?
This are the steps i
2004 Aug 17
0
dcc irc sessions
Witam
Anybody know how to deal with dcc irc sessions? I want to put them
to lower priority queue, but i dont know how to track them, and then
mark to use with fw filter.
I tried iptables with -m helper --helper irc, but it seems to match only outgoing
dcc sessions. But what about incoming?
I''m shaping traffic from and to my small, NATed lan.
--
Pozdrawiam
Marcin
2010 Jun 06
2
Generalized DCC GARCH ML estimation
--
View this message in context: http://r.789695.n4.nabble.com/Generalized-DCC-GARCH-ML-estimation-tp2245125p2245125.html
Sent from the R help mailing list archive at Nabble.com.
2017 Jun 07
0
Getting forecast values using DCC GARCH fit
Hi,
I am trying to fit a multivariate time series model using DCC GARCH model
and forecast it.
The data looks like this:
> head(datax)
x vibration_x Speed
1 2017-05-16 17:53:00 -0.132 421.4189
2 2017-05-16 17:54:00 -0.296 1296.8882
3 2017-05-16 17:55:00 -0.572 0.0000
4 2017-05-16 17:56:00 -0.736 1254.2695
5 2017-05-16 17:57:00 0.000
2017 Jun 07
0
Getting forecast values using DCC GARCH fit
Hi,
I am completely new to GARCH models and trying to fit a multivariate time
series model using DCC GARCH model and forecast it.
The data looks like this:
> head(datax)
x vibration_x Speed
1 2017-05-16 17:53:00 -0.132 421.4189
2 2017-05-16 17:54:00 -0.296 1296.8882
3 2017-05-16 17:55:00 -0.572 0.0000
4 2017-05-16 17:56:00 -0.736 1254.2695
5
2018 May 22
0
DCC model simulation in R
Hi,
I have used R rmgarch package to implement EGARCH ADCC model from which I
can extract conditional covariance matrix. Now I would like to introduce
positive and/or negative shocks to see the asymmetric response of
covariance. I have come to know that impulse response function (IRF) or
volatility IRF is not compatible for any asymmetric models, therefore, the
only way to introduce shocks into
2003 Jun 19
0
[Bug 101] DCC VOICE not supported in ip_conntrack_irc and ip_nat_irc
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=101
laforge@netfilter.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|trivial |enhancement
Status|NEW |ASSIGNED
Priority|P2
2004 Sep 24
0
[Bug 101] DCC VOICE not supported in ip_conntrack_irc and ip_nat_irc
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=101
netfilter@linuxace.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |netfilter@linuxace.com
------- Additional Comments From netfilter@linuxace.com 2004-09-24 17:40 CEST -------
Actually,
2008 Apr 02
0
[Bug 101] DCC VOICE not supported in ip_conntrack_irc and ip_nat_irc
./show_bug.cgi?id=101
kaber at trash.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |WONTFIX
------- Comment #3 from kaber at trash.net 2008-04-02 13:39 -------
I'd probably take a
2011 Oct 12
2
dcc in 'bootRes' package
Hello,
I am trying to complete a response function analysis using the command dcc
in the package 'bootRes'.
Here is my code:
DC<-read.table("Dalton.txt", header=T)
climate<-read.table("climate.txt", header=T)
dcc.DC<-dcc(DC, climate, method ="response", start = -4, end =9)
My data is formatted correctly for this analysis, with 'DC' being a