search for: ahead

Displaying 20 results from an estimated 6915 matches for "ahead".

Did you mean: head
2012 Nov 21
0
Question about VAR (Vector Autoregression) in differences.
...tion I use (an alteration of Professor Pfaff's predict.varest) to simulate var paths. My apologies if it is bad form to use alter someone else's code for other purposes. # Modified VAR simulation function jigged up from the predict function of vars package simVARpath<-function(object, n.ahead, mult = 1) { K <- object$K p <- object$p obs <- object$obs type <- object$type data.all <- object$datamat ynames <- colnames(object$y) n.ahead <- as.integer(n.ahead) Z <- object$datamat[, -c(1:K)] B <- Bcoef(object) if (type == &quo...
2007 Jan 24
1
n step ahead forecasts
hello, I have a question about making n step ahead forecasts in cases where test and validation sets are availiable. For instance, I would like to make one step ahead forecasts on the WWWusage data so I hold out the last 10 observations as the validation set and fit an ARIMA model on the first 90 observations. I then use a for loop to sequentiall...
2008 Oct 18
1
ARIMA - h-step ahead errors
Dear colleagues, ?arima? returns directly the 1-step ahead errors but I am interested in obtaining other h-step ahead errors for several ARIMA models I have fitted. Is there any way I can obtain this with R? Any help would be appreciated. Sincerely, Nuno Prista _________________________ CO - FCUL, Lisboa, Portugal CQFE - ODU, Norfolk, USA
2014 Jan 14
1
thinking ahead... far ahead
I've been having a problem with motion on one server - the .avi's it produces are dark, low contrast, and it keeps resizing from 642x420 to 296x360 or some such. Trying to figure it out, I was just going through /var/log/dmesg, and found rtc0: alarms up to one year, y3k, 114 bytes nvram I mean, y3k? I think we've got 900 years or so to worry 'bout that.... mark
2010 May 04
1
How to make predictions with the predict() method on an arimax object using arimax() from TSA library
..., >Jan97=1*(seq(airmiles)==13),Dec02=1*(seq(airmiles)==84)),method='ML') Ok,so I've run the above code and an object called air.ml has now been created of class type arimax.According to the documentation this is the same type as arima.So now I make a prediction,say 15 time steps ahead: >forecast=predict(air.m1, n.ahead=15) The following error is produced: Error in predict.Arima(air.m1, n.ahead = 15) : 'xreg' and 'newxreg' have different numbers of columns -------------------------------------------------------------------------------------------...
2012 Mar 03
0
removing data look-ahead, something faster.
Hello, Thank you for your help/advice! The issue here is speed/efficiency. I can do what I want, but its really slow. The goal is to have the ability to do calculations on my data and have it adjusted for look-ahead. I see two ways to do this: (I'm open to more ideas. My terminology: Unadjusted = values not adjusted for look-ahead bias; adjusted = values adjusted for look-ahead bias.) 1) I could a) do calculations on unadjusted values then b) adjust the resulting values for look-ahead bias. Here is what I...
2009 Jun 10
2
Predict GARCH
hello, i was trying to predict values for a garch, so i did: predict(fitgarch,n.ahead = 20) but this doesn't work. Someone can tell me how to get the 20 values ahead of a garch model. thanks in advance _________________________________________________________________ O Windows Live ajuda-o a manter-se em contacto com todos os seus amigos, num só local. http://www.microso...
2015 Jun 12
3
[Off Topic] - need help registering to the smplayer forum
On Sat, Jun 13, 2015 at 01:04:03PM -0600, jd1008 wrote: > My computer clock is only seconds ahead of my phone, > which is timed to the cellular provider's ntp server. Your clock is an entire day ahead of your cell phone, unless you're emailing us from the future. If you are emailing from the future, is it like the Jetsons? Are there flying cars? That'd be awesome. -- Jonat...
2018 Jan 23
6
parallel-readdir is not recognized in GlusterFS 3.12.4
...commended for small file workloads in the Red Hat Gluster Storage Server documentation[2]. I've successfully enabled this on one of my volumes but I notice the following in the client mount log: [2018-01-23 10:24:24.048055] W [MSGID: 101174] [graph.c:363:_log_if_unknown_option] 0-homes-readdir-ahead-1: option 'parallel-readdir' is not recognized [2018-01-23 10:24:24.048072] W [MSGID: 101174] [graph.c:363:_log_if_unknown_option] 0-homes-readdir-ahead-0: option 'parallel-readdir' is not recognized The GlusterFS version on the client and server is 3.12.4. What is going on? [0] h...
2018 Jan 25
2
parallel-readdir is not recognized in GlusterFS 3.12.4
By the way, on a slightly related note, I'm pretty sure either parallel-readdir or readdir-ahead has a regression in GlusterFS 3.12.x. We are running CentOS 7 with kernel-3.10.0-693.11.6.el7.x86_6. I updated my servers and clients to 3.12.4 and enabled these two options after reading about them in the 3.10.0 and 3.11.0 release notes. In the days after enabling these two options all of my clie...
2016 May 10
2
Ubuntu server 14.04 classic upgrade segmentation fault
...h_ext: base => [sambaDomainName=GRUPORESASCO,dc=gruporesasco,dc=local], filter => [(objectClass=sambaDomain)], scope => [0] cache_account_policy_set: updating account pol cache Adding cache entry with key=[ACCT_POL/password history] and timeout=[Mon May 9 23:34:57 2016 ART] (60 seconds ahead) ldapsam_get_account_policy_from_ldap smbldap_search_ext: base => [sambaDomainName=GRUPORESASCO,dc=gruporesasco,dc=local], filter => [(objectClass=sambaDomain)], scope => [0] cache_account_policy_set: updating account pol cache Adding cache entry with key=[ACCT_POL/user must logon to cha...
2011 Jun 14
0
read-ahead performance translator tweaking with 3.2.1?
Hi Is there a way to tweak the read-ahead settings via the gluster command line? For example: gluster volume set somevolumename performance.read-ahead 2 Or is this no longer feasible? With read-ahead set to the default of 8 like was the case with standard volgen generated configs, the amount of useless reads happening to the bricks is...
2005 Aug 01
1
Voicemail envelope time is 4 hours ahead
...recent CVS build under Solaris 10. In the shell than I'm running the Asterisk console I have TZ=US/Eastern and in my voicemail.conf I have tz=eastern and eastern=America/New_York|'vm-received' Q 'digits/at' IMp. The voicemail envelope information seems to be exactly 4 hours ahead. No matter what I try I can't seem to find the cause. Any ideas? Frank
2010 Jul 28
6
Read ahead / prefetching
Hi, I am trying to educate myself on prefetching/readahead algorithm for Lustre''s read. For a starter I only have two simple questions. 1 - Does Lustre detect linear or random I/O pattern or it always triggers readahead? 2 - If readahead is triggered, how many pages are read in addition to what is necessary? Thanks, Arifa.
2018 Jan 26
1
parallel-readdir is not recognized in GlusterFS 3.12.4
...is again on my system just yet! It caused too much instability for my users and I don't have enough resources for a development environment. The only other variables that changed before the crashes was the group metadata-cache[0], which I enabled the same day as the parallel-readdir and readdir-ahead options: $ gluster volume set homes group metadata-cache I'm hoping Atin or Poornima can shed some light and squash this bug. [0] https://github.com/gluster/glusterfs/blob/release-3.11/doc/release-notes/3.11.0.md Regards, On Fri, Jan 26, 2018 at 6:10 AM Vlad Kopylov <vladkopy at gmail.c...
2018 Jan 26
0
parallel-readdir is not recognized in GlusterFS 3.12.4
can you please test parallel-readdir or readdir-ahead gives disconnects? so we know which to disable parallel-readdir doing magic ran on pdf from last year https://events.static.linuxfound.org/sites/events/files/slides/Gluster_DirPerf_Vault2017_0.pdf -v On Thu, Jan 25, 2018 at 8:20 AM, Alan Orth <alan.orth at gmail.com> wrote: > By the way...
2013 Apr 30
1
Volume heal daemon 3.4alpha3
gluster> volume heal dyn_coldfusion Self-heal daemon is not running. Check self-heal daemon log file. gluster> Is there a specific log? When i check /var/log/glusterfs/glustershd.log glustershd.log:[2013-04-30 15:51:40.463259] E [afr-self-heald.c:409:_crawl_proceed] 0-dyn_coldfusion-replicate-0: Stopping crawl for dyn_coldfusion-client-1 , subvol went down Is there a specific log? When
2018 Jan 29
2
parallel-readdir is not recognized in GlusterFS 3.12.4
...workloads in the Red Hat Gluster Storage Server documentation[2]. I've > successfully enabled this on one of my volumes but I notice the following in > the client mount log: > > [2018-01-23 10:24:24.048055] W [MSGID: 101174] > [graph.c:363:_log_if_unknown_option] 0-homes-readdir-ahead-1: option > 'parallel-readdir' is not recognized > [2018-01-23 10:24:24.048072] W [MSGID: 101174] > [graph.c:363:_log_if_unknown_option] 0-homes-readdir-ahead-0: option > 'parallel-readdir' is not recognized > This is fixed by patch: https://review.gluster.org/#/c/1...
2004 Aug 07
1
Planning Ahead Question
...ave successfully used Shorewall on a single IP (static) and two interface setup for the past three years. The firewall also runs DNS, Apache and Sendmail. I''m planning on moving the web server and mail to a DMZ machine and setting up a three interface configuration. As I sit here thinking ahead, I''m not sure I understand how the mail server would operate on the DMZ. Doesn''t sendmail require a live IP address? If I wanted my DNS to also reside on the DMZ, can these services function properly on a local address? Does Shorewall need to be installed on the DMZ machine as wel...
2003 Mar 06
0
Samba and Seq. Read ahead.
Please don't shoot me for cross posting, but I wanted to share this with everyone. Just thought you'd like to know that I've discovered a very interesting thing about AIX and Samba with respect to Sequential Read Ahead. I had been tracking a number of issues related to performance on my Samba 2.2.7a server and didn't have any issues other than lengthy profiles when I was running 4.3.3. Now that I'm at 5.1, the 32-bit and 64-bit kernel seem to do a *lot* of thinking about the history of your reading. Wh...