search for: dcc

Displaying 20 results from an estimated 271 matches for "dcc".

Did you mean: dc
2007 May 25
0
dcc error on centos 5
Hi, I set up DCC on CentOS 5 with Dual Sendmail - Amavisd-new and and Spam assassin. I installed DCC from AT rpms. pls see below for installed DCC rpm. [root at mailgw ~]# rpm -qa |grep DCC DCC-1.3.50-16.0.el5 Then, I configured in Deamon mode. I did below steps. [root at mailgw ~]# yum install DCC then, [ro...
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...
2007 Jan 26
3
Installing DCC on CentOS 4.4
Hi, I want to install dcc on CentOS 4.4 as I am ruunig Dual-Sendmail with amavisd-new. I am looking for DCC RPM pkg. I searchrd bit I could not find any RPM pkg. Pls help me to find DCC RPM pkg. Have you installed DCC on CentOS 4.4. then Pls guide me. -- Thank you Indunil Jayasooriya -------------- next part ---------...
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 = "200...
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 fea...
2011 Jun 07
2
About DCC-garch model...
Hi, everyone, I currently run into a problem about DCC-Garch model. I use the package cc-garch and the function dcc.estimation. One of the output of this function is DCC matrix, which shows conditional correlation matrix at every time period you gives. However, I cannot figue out how the function calculate the conditional correlation matrix at the firs...
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 = "^gspc",start = "2005-01-07",end = "2009-09-04",compression = "w", quote="AdjClose") p2 = get.hist.quote(instrument = "^dji",start = "2005-...
2006 Feb 03
1
[Bug 440] New: Space in filename causes Forged DCC command from x.x.x.x: 0.0.0.0:0
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=440 Summary: Space in filename causes Forged DCC command from x.x.x.x: 0.0.0.0:0 Product: netfilter/iptables Version: linux-2.6.x Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: NAT AssignedTo: laforge@ne...
2012 Jul 30
0
Problem with Bootres dcc and Dendroclim match
Dear all, I hope someone can assist with soliving my problems with the DCC function in the BOOTRES package. Initially did my analyses in Dendroclim, but when I tried to repeat the analyses in dcc I encountered some problems, that I think I should report. First I encountered that that one variable (April precipitation) that was determined as significant in Dendroclim...
2011 Jul 19
0
Questions about DCC-GARCH Model
Dear list members, I'm trying to use DCC-GARCH model to estimate the correlation. I have downloeaded ccgarch packeage but can't understand some argument in the formula. dcc.estimation(inia, iniA, iniB, ini.dcc, dvar, model, method="BFGS", gradient=1, message=1) which is on R.Help I understand others except "ini.dcc&quo...
2004 Aug 04
6
DCC rule set
I have been given a set of "firewall rules" to open my firewall for DCC to support my spam filtering. (I have done many web searches trying to find info relating to DCC with Shorewall, to no avail. The problem is that I am clueless on how these "rules" translate into the shorewall rule format. Could someone please help me translate these? allow udp local...
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 ...
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 = "^gspc",start = "2005-01-07",end = "2009-09-04",compression = "w", quote="AdjClose") p2 = get.hist.quote(instrument = "^dji",start = "2005-...
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 2...
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 2...
2006 Apr 12
2
DCC transfers don't work, but IRC works
...fw net tcp 6667 #IRC and 'lsmod|grep irc' shows: ip_nat_irc 3648 0 ip_nat 22572 8 [...] ip_conntrack_irc 8464 1 ip_nat_irc ip_conntrack 58908 13 [...] modules are loaded correct i think, but irc dcc transfers don't work. I use irssi and when i try to accept a dcc transfer i get: DCC can't connect to 83.246.119.63 port 27020 and my shorewall log show: Shorewall:all2all:REJECT:IN= OUT=ppp0 [...] PROTO=TCP SPT=54677 DPT=27020 [...] Someone have any idea of what this can be? How c...
2004 Aug 14
2
info on shorewall and Mirc
Hi ! I read that you had that problem : Did you solve it? How you did ? Thnx. Hello, I am running shorewall with a two interface firewall. PCs on the lan side have static ips. I am able to connect to Mirc and receive DCC Gets but my problem is that I am not able to do a DCC send. Is there a way to get the DCC Sends to work. Thanks.
2003 Jul 29
2
stable libmilter leaks kqueue descriptors?
...ox involved disassociating my use of the sendmail port I was using and to use the base sendmail in -STABLE. -STABLE builds with libmilter, so I simply recompiled one of my milter clients with the milter headers, objs, etc that were produced from buildworld. However, now I notice that the client (dccm in this case -- www.rhyolite.com/dcc ) slowly uses all the descriptors on the box and must be restarted. I started logging it's use of descriptors over time via a shell script and lsof, and found that it's leaking kqueue descriptors. Has anyone: 1. noticed this problem with other libmi...
2002 Feb 27
0
[ANNOUNCE] Security Advisory about IRC DCC connection tracking
--k1lZvvs/B4yU6o8G Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! It is my duty to inform you about this very unfortunate security issue in the IRC DCC connection tracking code. The following mail has just been sent to bugtraq, Linux Vendors have been informed two weeks in advance in order to prepare their advisories. -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Important security announcement of the netfilter project, 25 Feb 2002 (http://ww...
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.