search for: 2007

Displaying 20 results from an estimated 48208 matches for "2007".

Did you mean: 2005
2010 May 13
0
ARMA(1,1)-GARCH(1,1) rolling estimation question
.... So I use the return data observations from 1:760 (yr 05-07) to estimate the volatility on 2nd-Jan-08 (the position 761), then use the return data from 1:761 to estimate the vol on 3rd-Jan-08... 1:762... 1:763.... ... ... and so on... My codes are as follow: start=length(AA.day.rn['2005-01::2007-12']) end = length(AA.day.rn) AA.day.forecast.data = array(0, dim=(end-start)) for (i in start:end) { garch.fit <- garchFit(formula = ~arma(1,1)+garch(1,1), data = AA.day.rn[1:i]) garch.pred <- predict(garch.fit, n.ahead=1) AA.day.forecast.data = garch.pred[,1] } Followi...
2007 Feb 16
1
array searches
Folks, I have a dataframe comprising a column of dates and a column of signals (-1, 0, 1) that looks something like this: 30/01/2007 0 31/01/2007 -1 01/02/2007 -1 02/02/2007 -1 03/02/2007 1 04/02/2007 1 05/02/2007 1 06/02/2007 1 07/02/2007 1 08/02/2007 1 09/02/2007 0 10/02/2007 0 11/02/2007 0 12/02/2007 1 13/02/2007 1 14/02/2007 1 15/02/2007 0 16/02/2007 0 What I need to do is for each signal *in reverse chronological order* to...
2007 Apr 15
0
CentOS-announce Digest, Vol 26, Issue 5
...9;help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When replying, please edit your Subject line so it is more specific than "Re: Contents of CentOS-announce digest..." Today's Topics: 1. CESA-2007-0414-001 CentOS 5 x86_64 Zero Day Updates (Johnny Hughes) 2. CESA-2007-0414-001 CentOS 5 i386 Zero Day Updates (Johnny Hughes) ---------------------------------------------------------------------- Message: 1 Date: Sat, 14 Apr 2007 10:38:51 -0500 From: Johnny Hughes <johnny at centos...
2007 May 27
2
Looking for the first observation within the month
...vation on that particular date. There might not be observations everyday. Let's just say there are no observations on saturdays and sundays. Now I want to select the first observation of every month into a list. Is there an easy way to do that? Date Observation ---- ----------- 2007-05-23 20 2007-05-22 30 2007-05-21 10 2007-04-10 50 2007-04-09 40 2007-04-07 30 2007-03-05 10 The result I need is the data frame 2007-05-21 10 2007-04-07 30 2007-03-05 10 or I am equally happy with just the vector c(10, 30, 10) I am new to R and after going through the manuals and t...
2007 Jun 05
2
Problems with Merge
...time. UpdateRows = 20 UpdateData <- UpdateData[1:UpdateRows,] # Delete Unwanted stocks. UpdateData <- UpdateData[,!names(UpdateData) %in% ToBeDeleted] x <- tail(UpdateData[c("Date","ABAN.BO")],n=50) print(x) Gives x as: Date ABAN.BO 1 2007-04-30 96448.40 2 2007-05-01 96448.40 3 2007-05-02 96448.40 4 2007-05-03 96300.44 5 2007-05-04 93718.52 6 2007-05-05 93718.52 7 2007-05-06 93718.52 8 2007-05-07 92743.82 9 2007-05-08 90374.60 10 2007-05-09 89126.18 11 2007-05-10 87082.47 12 2007-05-11 85493.73 13 2007-05-12 85493.73 14 2007-...
2008 Sep 09
1
Binning
...milar to this one here but I don't want a histogram I just want to see the ForkLength ranges with different colors. For example: ForkLength 32-34---green ForkLength 35-37---red ForkLength 38-40--Orange Thanks in advance SampleDate ForkLength Count 1 12/4/2007 32 2 2 12/6/2007 33 1 3 12/7/2007 33 2 4 12/7/2007 33 2 5 12/7/2007 34 1 6 12/9/2007 31 1 7 12/9/2007 33 2 8 12/10/2007 33 5 9 12/10/2007 34 1 10 12/11/2007 33...
2007 Nov 15
2
IPSEC help
Hi, I am new to ipsec and trying to connect my bsd server with win 2000. I have succeeded to tunnel using pre-shared key. But regarding certificate , I failed to get success. The following are configuration : racoon.conf path certificate "/usr/local/openssl/certs" ; # "log" specifies logging level. It is followed by either "notify",
2008 Nov 20
2
Removing rows with rowsums==0 (I can't figure this out)
...625, 21.875, 31.25, 15.625, 28.125, 15.625 )), .Names = c("CD", "GC", "GF", "P", "PR", "SC", "SH"), class = c("cast_df", "data.frame"), row.names = c("119 2006/10", "119 2006/12", "119 2007/02", "119 2007/04", "119 2007/06", "119 2007/08", "119 2007/10", "119 2008/01", "148 2006/05", "148 2006/10", "148 2006/12", "148 2007/02", "148 2007/04", "148 2007/06", "148 2007...
2007 Aug 16
2
Newbie
...ing R 2.5.1 on XP. I have just tried a really simple version of the model to see if it would run before I put all the variables in. I have attached all the variables to the object alan. Here is the table: Date Location Deer Code Sex Age Pel Per Lac Scars Emb Lar Nym Bee Mi Mass 1 12/06/2007 Ballysallagh 0 B1 FALSE 1 A 1 1 4 0 0 0 0 0 21.59 2 15/06/2007 Ballysallagh 0 B10 FALSE 1 A 1 1 5 0 0 0 0 2 26.19 3 15/06/2007 Ballysallagh 0 B12 FALSE 1 A 1 1 0 5 0 0 0 1 28.55 4 15/06/2007 Ballysallagh 0 B13 FAL...
2007 Nov 24
1
Strange file permissions
..., who are members of specific Linux groups, have access to the files in them. Recently, a laptop with XP professional has been connected, and the user on it can access the correct directories, but when he edits or creates a file, the group owner and file permissions are wrong: /home/projects/cp/CP 2007# ls -alt total 2932 drwxrwsrw- 4 daniel cp 4096 2007-11-24 12:35 . -r-------- 1 haffers BUILTIN\users 197120 2007-11-24 12:34 CP 11 Nova.xls -rw-rw-rw- 1 haffers BUILTIN\users 199168 2007-11-23 19:47 CP 10 Octa.xls drwxrwsrwx 2 daniel cp 4096 2007-11-23 19:34 FORMS 2...
2007 Apr 14
0
CESA-2007-0414-001 CentOS 5 x86_64 Zero Day Updates
CentOS 5 x86_64 was released Thu, 13 Apr 2007 00:36:44 UTC For software version control and 3rd party ease of use, the software released on the CentOS-5.0 ISOs mirrored the upstream EL 5.0 release ISOs (with the exceptions noted in the release notes). The following zero day updates (all the updates released between the EL5 upstream release d...
2007 Apr 14
0
CESA-2007-0414-001 CentOS 5 i386 Zero Day Updates
CentOS 5 i386 was released Thu, 13 Apr 2007 00:36:44 UTC For software version control and 3rd party ease of use, the software released on the CentOS-5.0 ISOs mirrored the upstream EL 5.0 release ISOs (with the exceptions noted in the release notes). The following zero day updates (all the updates released between the EL5 upstream release d...
2008 Dec 31
2
sdate<-as.POSIXct(strptime(date,format="%m/%d/%Y %H:%M"))
...06 01:00 39040.05 20.42 22.22 24987 11/19/2006 02:00 39040.09 20.60 22.29 24988 11/19/2006 03:00 39040.14 20.62 22.21 24989 11/19/2006 04:00 39040.18 20.75 22.39 ... an excerpt of the variable "sdate" winds up looking like this: [35017] NA "2007-09-08 01:00:00 EDT" [35019] "2007-09-08 01:00:00 EDT" "2007-09-08 10:00:00 EDT" [35021] "2007-09-08 10:00:00 EDT" "2007-09-08 11:00:00 EDT" [35023] "2007-09-08 11:00:00 EDT" "2007-09-08 12:00:00 EDT" [35025] "2007-09-08 02:00:00...
2008 Jan 02
3
Find missing days
Hi, I have a data.frame like this: y <- rnorm(60) lev <- gl(3,20, labels=paste("lev", 1:3, sep="")) date1 <- as.Date(seq(ISOdate(2007,9,1), ISOdate(2007,11,5), by=60*60*24)) date1 <- date1[-c(3,4,15,34,38,40)] df <- data.frame(lev=lev, date1=date1, y=y) I would like to produce a new data.frame with missing days in df$date1 in each df$lev, like this: lev date1 1 lev1 2007-09-03 2 lev1 2007-09-04 3...
2007 Jul 23
3
Aggregate daily data into weekly sums
Dear Lest, I have a two-variable data frame as follows (the time peirod of the actual data set is 10 years): Date Amount 1 6/1/2007 1 2 6/1/2007 1 3 6/4/2007 2 4 6/5/2007 2 5 6/11/2007 3 6 6/12/2007 3 7 6/12/2007 3 8 6/13/2007 3 9 6/13/2007 3 10 6/18/2007 4 11 6/18/2007 4 12 6/25/2007 5 13 6/28/2007 5 Basically, I would like to collapse the daily data...
2007 Jan 05
4
smbd keeps maxing out the cpu, must reboot server constantly
...Dinkel PS. Earlier this morning I switched to level 10 logs and when the "max out" happened I checked the time in the VMWare performance graphs. It looks like it happened around 9:26:40 to 9:27:20. Here are the VERY LONG grep results for around that time in the logs: sudo grep "2007/01/04 09:26" /var/log/samba/* ------------------------------------------- /var/log/samba/192.168.0.202.log:[2007/01/04 09:26:12, 3] smbd/sec_ctx.c:set_sec_ctx(241) /var/log/samba/192.168.0.202.log:[2007/01/04 09:26:12, 5] auth/auth_util.c:debug_nt_user_token(448) /var/log/samba/192.168.0.202.l...
2007 Aug 29
0
Performance problem when copy from samba server to client
...writable = no [tmp] comment = Temporary file space path = /tmp read only = no public = yes _______________________________________________________________________________________________ _______________________________________________________________________________________________ [2007/08/23 16:29:59, 3] smbd/oplock.c:init_oplocks(863) init_oplocks: initializing messages. [2007/08/23 16:29:59, 3] smbd/oplock_linux.c:linux_init_kernel_oplocks(276) Linux kernel oplocks enabled [2007/08/23 16:29:59, 3] smbd/process.c:process_smb(1068) Transaction 0 of length 82 [2007/08/23 16:...
2007 Feb 19
3
Problems Samba, Kerberos, Win2003
...#force directory mode = 777 browseable = No #valid users = %D/%U #force user = root force user = %U #inherit acls = Yes create mask = 0755 directory mask = 0755 writeable = yes follow symlinks = yes wide links = yes Here the loglevel 10 File [2007/02/17 16:27:31, 5] lib/util_sock.c:print_socket_options(147) socket option SO_SNDLOWAT = 1 [2007/02/17 16:27:31, 5] lib/util_sock.c:print_socket_options(147) socket option SO_RCVLOWAT = 1 [2007/02/17 16:27:31, 5] lib/util_sock.c:print_socket_options(147) socket option SO_SNDTIMEO = 0 [2007/02...
2007 May 21
0
cups, firefox + acrobat (getting strange output)
I think this isn't plj output. Please take a look : document printed from Foxit Reader(PDF), all works fine: LINK: http://img526.imageshack.us/my.php?image=digitalizar10001rw2.jpg error_log output using Foxit Reader: D [18/May/2007:13:27:58 -0300] cupsdAcceptClient: 9 from localhost:631 (IPv4) D [18/May/2007:13:27:58 -0300] cupsdReadClient: 9 POST /printers/teste_ HTTP/1.1 D [18/May/2007:13:27:58 -0300] cupsdAuthorize: No authentication data provided. D [18/May/2007:13:27:58 -0300] Print-Job ipp://localhost/printers/teste_ D...
2007 Jun 05
0
net rpc vampire problems
...t ok = Yes locking = No [tmp] path = /var/lib/samba/tmp read only = no browseable = no guest ok = yes I've attached the output of: net rpc vampire -S nemesis -U Administrator -W WHSD -d 10 to this message in case it is helpful in any way. -------------- next part -------------- [2007/05/30 11:13:14, 5] lib/debug.c:debug_dump_status(391) INFO: Current debug levels: all: True/10 tdb: False/0 printdrivers: False/0 lanman: False/0 smb: False/0 rpc_parse: False/0 rpc_srv: False/0 rpc_cli: False/0 passdb: False/0 sam: False/0 auth: False/...