search for: cummin

Displaying 20 results from an estimated 45 matches for "cummin".

Did you mean: cummins
2014 Jul 14
2
cummax / cummin for complex numbers
Dear all, in R 3.1.0, this is happening: > cummin(c(1+1i,2-3i,4+5i)) Error in cummin(c(1 + (0+1i), 2 - (0+3i), 4 + (0+5i))) : 'cummax' not defined for complex numbers > cummax(c(1+1i,2-3i,4+5i)) Error in cummax(c(1 + (0+1i), 2 - (0+3i), 4 + (0+5i))) : 'cummin' not defined for complex numbers It may be fixed in R-devel, bu...
2001 Sep 08
2
RSync on NT
...d on machine B and here is what I get.... (Issued on machine B): rsync.exe --verbose --stats --archive --delete --rsync-path ="/cygdrive/c/bin/rsync.exe" A:/cygdrive/c/dirA /cygdrive/c/dirB read error: Connection reset by peer Can anybody tell me how to fix this? Thanks!!! Dan Botz Cummins Power Generation
2004 Aug 02
3
logistic regression
...unction. The relationship between the continuous independent variable and the logit is clearly not monotonic. I have two questions. 1) Can anyone recommend a reference that describes my modeling options in this case, and 2) what facilities does R have to deal with this situation? Thanks, Kevin Cummins School of Medicine University of California San Diego
2011 Oct 04
1
a question about sort and BH
...C2 0.447714054 0.000479322 hsa-let-7a--SMG7 0.444972282 0.000524129 2. I got the p.adjust.R from R source. In the method "BH", I am not clear with the code: i <- lp:1L o <- order(p, decreasing = TRUE) ro <- order(o) pmin(1, cummin( n / i * p[o] ))[ro] How to explain the first and the fourth row. ====================p.adjust.R======================================= p.adjust.methods <- c("holm", "hochberg", "hommel", "bonferroni", "BH", "BY", "fdr",...
2015 May 17
1
The function cummax() seems to have a bug.
Hi, The function cummax() seems to have a bug. > x <- c(NA, 0) > storage.mode(x) <- "integer" > cummax(x) [1] NA 0 The correct result of this case should be NA NA. The mistake in [ https://github.com/wch/r-source/blob/trunk/src/main/cum.c#L130-L136] may be the reason. Best Regards, Dongcan -- Dongcan Jiang Team of Search Engine & Web Mining School of Electronic
2007 Apr 26
0
Need help to rsynch the directory structure only excluding the files from remote to local.
...the above I need to copy the directory structure under log directory on the remote box to the log directory on the local box. Please let me know if I am doing anything wrong or if there is any other method of doing this. Thanks, Tariq. ---------- Forwarded message ---------- From: Daniel.J.B...@Cummins.com Date: Jun 18 2001, 5:38 am Subject: RSync directory structure only To: mailing.unix.rsync Hello, Thanks for the quick response Tim!! I tried using the excludes you mentioned but it doesn't seem to work. Every file still gets copied. I also tried to have the remote machine execute a co...
2010 Mar 02
3
compressed root pool at installation time with flash archive predeployment script
I was trying to think of a way to set compression=on at the beginning of a jumpstart. The only idea I''ve come up with is to do so with a flash archive predeployment script. Has anyone else tried this approach? Thanks, Chad -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 Jul 20
1
BH correction with p.adjust
Dear List, I have been trying to use p.adjust() to do BH multiple test correction and have gotten some unexpected results. I thought that the equation for this was: pBH = p*n/i where p is the original p value, n is the number of tests and i is the rank of the p value. However when I try and recreate the corrected p from my most significant value it does not match up to the one computed by the
2005 Jan 16
1
p.adjust(<NA>s), was "Re: [BioC] limma and p-values"
...o <- order(p) ro <- order(o) pmin(1, cummax( (n - i + 1) * p[o] ))[ro] }, hochberg = { i <- n:1 o <- order(p, decreasing = TRUE) ro <- order(o) pmin(1, cummin( (n - i + 1) * p[o] ))[ro] }, hommel = { i <- 1:n s <- sort(p, index = TRUE) p <- s$x ro <- order(s$ix) q <- pa <- rep.int( min(n*p/(1:n)), n) for (j in (n-1):2)...
2012 Mar 02
0
[LLVMdev] LLVM for 8 bit controller
...e advantages of using LLVM over GCC (specifically for 8 bit controllers). We are trying to explore LLVM and would like to gather as much information as possible. Thank you. Regards, Prafulla This message contains information that may be privileged or confidential and is the property of the KPIT Cummins Infosystems Ltd. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender i...
2017 Jan 20
1
NaN behavior of cumsum
Hi! I noticed that cumsum behaves different than the other cumulative functions wrt. NaN values: > values <- c(1,2,NaN,1) > for ( f in c(cumsum, cumprod, cummin, cummax)) print(f(values)) [1] 1 3 NA NA [1] 1 2 NaN NaN [1] 1 1 NaN NaN [1] 1 2 NaN NaN The reason is that cumsum (in cum.c:33) contains an explicit check for ISNAN. Is that intentional? IMHO, ISNA would be better (because it would make the behavior consistent with the other functio...
2005 May 13
1
Lowest data level since DateX
...:5],n=10) I need to come up with a vector that would look like this AA AXP T ... 2000-12-21 2000-12-20 2000-12-29 i.e. the last date at which the stocks were trading at a lower level than the most recent closing. I know it has to do with min/max, pmin/pmax, cummin/cummax or rev(), but I can't figure it out. Any help? Regards, Pierre Lapointe Assistant Market Strategist *********************************************************************************** AVIS DE NON-RESPONSABILITE:\ Ce document transmis par courri...{{dropped}}
2010 May 05
1
testInstalledBasic question
..." "as.raw" "as.real" "asin" "asinh" [36] "atan" "atanh" "c" "ceiling" "cos" "cosh" "cummax" [43] "cummin" "cumprod" "cumsum" "digamma" "dim" "dim<-" "dimnames" [50] "dimnames<-" "exp" "expm1" "floor" "gamma" &...
1999 Jul 15
2
Digital UNIX - root authentication for SWAT
...oot user to view information. If we connect using the 'root' user, we get an 'Authentication Denied' message. This appears to be specific to the way root security is set up on a Digital UNIX system. Has anyone found a solution? All help will be gladly received. Andrew Watkins Cummins Engine Company Darlington England Europe
2023 May 17
1
Synthesize low batt (LB) fron SNMP UPS which doesnot support this?
Hi Gene, On 5/16/23 21:08, gene heskett wrote: > Take an extra vitamin b1 and start hacking ;o) yeah ;-) > > Seriously, if its that important, do as I did when my last wife was > dying of COPD. :( sorry to hear > Leave your ups setup as is but for under $10k (USD), > have an automatic home sized standby generator installed to run the > important stuff, no room for
2002 Feb 22
1
Head & Rotor VE(CHINA-LuTong) 2/23
...(NIPPON DENSO) ISUZU NP-VE4/11R 146402-0820(zexel) $USD45 ISUZU NP-VE4/11L 146402-0920(zexel) $USD40 ISUZU NP-VE4/11L 146402-3820(zexel) $USD45 NISSAN NP-VE4/12R 146402-4320(zexel) $USD50 IVECO NP-VE4/11R 1 468 334 798(BOSCH) $USD45 CUMMINS NP-VE6/12R 1 468 336 423(BOSCH) $USD50 In addition,the following models have been produced by us,but there is no stock at present. 096400-1240 (NIPPON DENSO) 1 468 333 320(BOSCH) 1 468 333 323(BOSCH) 2 468 334 021(BOSCH) 2 468 334 050(BOSCH) 1 468 334 313(BOSCH) 1 468 334 565(...
2003 Dec 24
4
coding logic and syntax in R
Hello, I am a beginner in R programming and recently heard about this mailing list. Currently, I am trapped into a simple problem for which I just can't find a solution. I have a huge dataset (~81,000 observations) that has been analyzed and the final result is in the form of 0 and 1(one column). I need to write a code to process this column in a little complicated way. These 81,000
2004 Aug 06
1
Head & Rotor VE(CHINA-LuTong) 2/23
...(NIPPON DENSO) ISUZU NP-VE4/11R 146402-0820(zexel) $USD45 ISUZU NP-VE4/11L 146402-0920(zexel) $USD40 ISUZU NP-VE4/11L 146402-3820(zexel) $USD45 NISSAN NP-VE4/12R 146402-4320(zexel) $USD50 IVECO NP-VE4/11R 1 468 334 798(BOSCH) $USD45 CUMMINS NP-VE6/12R 1 468 336 423(BOSCH) $USD50 In addition,the following models have been produced by us,but there is no stock at present. 096400-1240 (NIPPON DENSO) 1 468 333 320(BOSCH) 1 468 333 323(BOSCH) 2 468 334 021(BOSCH) 2 468 334 050(BOSCH) 1 468 334 313(BOSCH) 1 468 334 565(...
2002 Feb 26
1
Head & Rotor VE(CHINA-LuTong) 2/23
...(NIPPON DENSO) ISUZU NP-VE4/11R 146402-0820(zexel) $USD45 ISUZU NP-VE4/11L 146402-0920(zexel) $USD40 ISUZU NP-VE4/11L 146402-3820(zexel) $USD45 NISSAN NP-VE4/12R 146402-4320(zexel) $USD50 IVECO NP-VE4/11R 1 468 334 798(BOSCH) $USD45 CUMMINS NP-VE6/12R 1 468 336 423(BOSCH) $USD50 In addition,the following models have been produced by us,but there is no stock at present. 096400-1240 (NIPPON DENSO) 1 468 333 320(BOSCH) 1 468 333 323(BOSCH) 2 468 334 021(BOSCH) 2 468 334 050(BOSCH) 1 468 334 313(BOSCH) 1 468 334 565(...
2000 Mar 29
1
no controlling tty
...t /dev/tty wants to be world writeable. I don't know if this is the best case, but it seems most my boxes have this. The system I got that didn't have this set was Essential Debian from CheapBytes, which had similar odd settings like read-only /dev/null and /tmp I hope this helps. Geoff Cummins