search for: 2004q3

Displaying 9 results from an estimated 9 matches for "2004q3".

Did you mean: 2004.3
2008 Dec 17
2
Add a string to each string of an array
Dear all, I have an array of strings a <- c("2008q3","2005q1","2004q3") I would like to add to each a[i], with i = 1,2,3 the following string "IMT", such that in the end I could get b <- c("IMT2008q3","IMT2005q1","IMT2004q3") Is it possible to accomplish this without a loop command? Thank you. Best, Borissssssss...
2010 Jan 20
1
Line Plot with Dates on X-axis
...t the line nicely but the x-axis is the number of days since 1/1/1970. How do I either get the first block to recognize the desired format, or the second block to format the x-axis as quarters? Thank you in advance! #block 1 time.val <- as.factor(c ("2004Q1","2004Q2","2004Q3","2004Q4","2005Q1","2005Q2")) inc <- c(0.9903797, 1.3741467, 0.9938702, 0.4252443, 0.7700158, 1.1770313) # returns nice x-axis, but black points plot(time.val, inc, type="b", col="red") #block 2 time2 <- ifelse (substr(time.val,5,6) =...
2004 Sep 23
3
"moving average" method for time series objects
Dear R-Help readers, I suspect that this question must be a FAQ, but my investigation of the archives has not been very revealing. Is there an R function for calculating moving averages of time series objects? Thank you for your time and patience. -Paul Paul Schwarz, Ph.D. Associate Director of Methodology Gartner Vendor Marketing Solutions, Custom Research +1 503 241 8036 x186
2007 Aug 03
1
deleting filters
Is the only way to identify a filter to "tc filter del" by using its "pref" value? -- ams
2006 Feb 08
3
Bloomberg Data Import to R
Hi R-Experts, Can anyone tell me how Bloomberg data can be directly downloaded to R? Is there any package? Sumanta Basak. ------------------------------------------------------------------------------------------------------------------- This e-mail may contain confidential and/or privileged infor...{{dropped}}
2004 Jul 09
1
Problem with HTB queuing discipline
Hi , I have the problem with HTB queuing discipline.I am giving my setup below. 172.30.179.206 172.30.180.55 LAN | | WAN -----------------| LINUX WITH |-------------- 172.30.179.140 | HTB | 172.30.180.72 FTP SERVER FTP CLIENT On the LAN side i
2004 Sep 03
2
windowing strategies
Hello to everybody, Does anyone has implemented a function for evaluating models using windowing strategies, such as growing window or sliding window ones? The aim is to evaluate regression models on a time series data. I do not use cross-validation once data sorted in a radom way does not make sense when evaluating time series. Thanks Joao Moreira
2007 Mar 28
1
traffic shaping with NAT: IFB as IMQ replacement?
...o implement this? Greetings Jens PS: similar threads on the LARTC mailing list: http://thread.gmane.org/gmane.linux.network.routing/25922 http://www.spinics.net/lists/lartc/msg19965.html (many more) [1] IMQ: http://www.linuximq.net/ [2] "shaping": http://mailman.ds9a.nl/pipermail/lartc/2004q3/013093.html [3] IFB: netdev mailing list thread "dummy as IMQ replacement" Message-Id: 1107123123.8021.80.camel@jzny.localdomain http://marc.info/?l=linux-netdev&m=110712327422706&w=2 [4] Note: I think using the old policer [Symbol: NET_CLS_POLICE [=n] Prompt: Traffic Pol...
2004 Jul 09
4
HTB & Bdw Guarantee
Hello, I have problems setting up HTB. This is my setup : NET 1024/256 ADSL || eth1 Linux Firewall eth0 || LAN 10.a.a.a I want to GUARANTEE for an IP (10.x.y.z) a 800kbit bandwidth for HTTP download. But When 10.x.y.z does no HTTP download, other trafic must get the whole bandwidth, of course. The script I use (see below) is quite the same as presented at (the greeeeat page) :