Displaying 2 results from an estimated 2 matches for "consecitive".
2007 Apr 12
1
making a counter of consecitive positive cases in time series
Hi all..RCounters!
I´m working with standarized time series, and i need make a counter of consecutives positves numbers to make a cumulative experimental funtion. I have x: the time series (0,1) and y: my counter, i have this for step. What is wrong?.. any can help me please!
x<-rbinom(15,1,.3)
y<-NULL;s<-0
for (i in 1: length (x))
{if (x[i]>0)
{s<-s+x[i]
s=0}
2005 Aug 30
1
quick, quick, slow...
...sage, which I can correlate to my service monitoring
software (nagios), which checks for the presence of the imaps
service.
When this happens and I quit my mail agent (Thunderbird), an imap
process seems to remain on the server. Killing that does not resolve
the extreme slowdown; that persists on consecitive reruns of my
mailer.
I'm at a loss here. Any hints?