search for: alph

Displaying 20 results from an estimated 27 matches for "alph".

Did you mean: alpha
2003 Oct 29
3
PXELinux cannot load the config file
...DHCPDISCOVER 2 0.97360 OLD-BROADCAST -> BROADCAST DHCP/BOOTP DHCPDISCOVER 3 2.95099 OLD-BROADCAST -> BROADCAST DHCP/BOOTP DHCPDISCOVER 4 6.90608 OLD-BROADCAST -> BROADCAST DHCP/BOOTP DHCPREQUEST 5 6.93387 vail -> (broadcast) ARP C Who is 134.52.219.68, alph.ds.boeing.com ? 6 6.93389 alph.ds.boeing.com -> vail ARP R 134.52.219.68, alph.ds.boeing.com is 8:0:20:ac:f6:78 7 6.93424 vail -> alph.ds.boeing.com TFTP Read "pxelinux.0" (octet) 8 6.97540 alph.ds.boeing.com -> vail UDP D=2070 S=41093 LEN=22...
2004 Oct 22
3
pgamma discontinuity (PR#7307)
Full_Name: Morten Welinder Version: 2 OS: Solaris/space/gcc2.95.2 Submission from: (NULL) (65.213.85.217) I changed src/nmath/standalone/test.c to read: --------------------------------------------------------------------------------- #define MATHLIB_STANDALONE 1 #include <Rmath.h> #include <stdio.h> int main() { double x; for (x = 99990; x <= 100009; x++) printf
2007 Aug 24
1
uneven list to matrix
Hello, I am sure I am not the only person with this problem. I have a list with n elements, each consisting of a single column matrix with different row lengths. Each row has a name ranging from A to E. Here is an example: alph[[1]] A 1 B 2 C 3 D 4 alph[[2]] A 1 C 3 D 4 alph[[3]] A 1 D 4 E 5 I would like to create a matrix from the elements in the list with n columns such that the row names are preserved and NAs are inserted into the cells where the uneven lists do not match up based on their row names. Here is an exa...
2004 Jan 15
1
Exactness of ppois
Hello, by checking the precision of a convolution algorithm, we found the following "inexactness": We work with R Version 1.8.1 (2003-11-21) on Windows systems (NT, 2000, XP). Try the code: ## Kolmogorov distance between two methods to ## determine P(Poisson(lambda)<=x) Kolm.dist <- function(lam, eps){ x <- seq(0,qpois(1-eps, lambda=lam), by=1) max(abs(ppois(x,
2011 Jul 07
2
kripp.alph error message
Hi! I fairly new to R, have only done pretty basic things so far, so this may be a very basic question..... But I did search the forums and didn't see a solution.... I'm trying to get going with kripp.alpha(). I'm loading data from a file, like this: > library(irr) Loading required package: lpSolve > x <- read.table("foo", comment.char="#", header=TRUE, sep=",", quote="\"") > x HITId Resp1 Resp2 Resp3 1 22QI9NZ...
2006 Jan 27
0
pgamma - inadequate algorithm design and poor coding (PR#8528)
...85645e+98 Warning message: NaNs produced in: pgamma(q, shape, scale, lower.tail, log.p) > pgamma(c(1-1e-10, 1+1e-10)*1e100, shape = 1e100) [1] NaN NaN (shape=1e25 is enough to cause a breakdown in the first of these, and 1e60 in the rest.) The code has four branches 1) x <= 1 2) x <= alph - 1 && x < 0.8 * (alph + 50)). This has the comment /* incl. large alph */, but that is false. 3) if (alph - 1 < x && alph < 0.8 * (x + 50)). This has the comment /* incl. large x */, but again false. 4) The rest, which uses an asymptotic expansion in pt_ = -x * (log(1...
2012 Oct 24
2
Ceph samba size reporting troubles
...estigated around and it seems that the problem belongs in the unability for windows to treat blocksize over 65k and by default the block size is 4K. Don't know how you can solve that issue but I really need to get that working right. Thank in advance for your time and help. -- signature *Alph? Salas* Ingeniero T.I Descripci?n: cid:image001.gif at 01CAA59C.F14CE4B0*Kepler Data Recovery* *Asturias 97, Las Condes** Santiago- Chile** *((*56 2) 362 7529* asalas at kepler.cl *www.kepler.cl <http://www.kepler.cl>*
2018 Mar 12
1
Equivalent of gtools::mixedsort in R base
...ls mixedrank <- function( x ) { seq.int( length( x ) )[ gtools::mixedorder(x) ] } o <- do.call( order, lapply( DF, mixedrank ) ) DF[ o, ] # or, as Bert suggests: myrank <- function( v ) { vu <- unique(v) vl <- regmatches( vu,regexec("^([A-Za-z]+)(\\d+)$",vu)) alph <- sapply( vl, function(s) s[2] ) digt <- as.integer( sapply( vl, function(s) s[3] ) ) o <- order( alph, digt ) vo <- ordered( v, levels=vu[ o ] ) } o2 <- do.call( order, lapply( DF, myrank ) ) DF[ o2, ] ?order ?ordered ?rank On Sun, 11 Mar 2018, Bert Gunter wrote: >...
2009 Apr 06
2
Bonpower Crashes Trying Sparse Matrix (Igraph)
Hello All, I have been trying to do bonpow for a while now.Bonpow works for few graphs and for few others it goes out of memory. I did see reply to one of the posting Alph Centrality Crashed in Igraph memory error. The solution in the posting was to use sparse matrix. This is the link of the message. http://lists.gnu.org/archive/html/igraph-help/2008-04/msg00071.html I was able to obtain edgelist for the graph and I do not know how to convert that to sparse matrix...
2006 Jan 13
8
swf''s and rails
Hi I have started using rails eg: rform and typo, but mostly I do flash dev (I know you guys decided you did not want flash content and used the name for something else!). Anyway what experiments have people been doing, anyone been Ajaxing flash content within rails application or even just embedding in rails, I did not really find anything on using flash in Typo, not that you can''t
2011 Apr 18
4
splom, plotmath: how to add three lines of information with alignment?
Dear expeRts, I would like to create a scatter plot matrix with splom(). The lower panel should contain some additional information about the samples shown in the upper panel plot, see the splom() call below. Now two questions came up: (1) The lower panels show "tau" and "alpha" on top of each other. How can I plot *three* expressions on top of each other? I tried several approaches (see the trials below), but couldn't manage to get this to work properly. (2) Is there the possibility to plot the two/three lines (containing "tau = ..", "alpha = .....
2011 Mar 24
1
.Fortran successful, R locks up.
...oring old commands for target `.f.o' gfortran -fPIC -g -O2 -c modparm.f gfortran -fPIC -g -O2 -c addh.f ---SNIP successful gfortran output---- gfortran -fPIC -g -O2 -c zeroini.f gfortran -fPIC -g -O2 -c closefiles.f gfortran -shared -o swat.so modparm.o addh.o albedo.o allocate_parms.o alph.o analyse.o anfert.o apex_day.o apply.o ascrv.o ---SNIP successful link output---- writeaa.o writed.o writem.o writeswatfile.o writeswatmain.o xisquare.o xiunc.o xmon.o ysed.o zero0.o zero1.o zero2.o zeroini.o closefiles.o installing to /glade/home/fuka/R/x86_64-unknown-linux-gnu-library/2.12/EcoHy...
2010 Nov 26
1
[PATCH] new *br: Show handoff data
...$0x10 /* May destroy %bp */ ret ASCII_MARKER1 "ws" wrstr: pop %si wrstr_l: lodsb cmpb $0, %al je wrstr_d call wrchr jmp wrstr_l wrstr_d: push %si ret crlf: call wrstr .ascii "\r\n\0" ret ASCII_MARKER1 "hx" wrhexn: and $0x0F, %al cmpb $10, %al jae .alph addb $'0, %al jmp .wc .alph: addb $('A - 10), %al .wc: call wrchr ret wrhexb: movb %dl, %al pushw %ax rorw $4, %ax call wrhexn popw %ax call wrhexn ret wrhexw: rorw $8, %dx call wrhexb rorw $8, %dx call wrhexb ret ASCII_MARKER1 "HE" wrhexbses: pushw %di popw...
2018 Mar 12
0
Equivalent of gtools::mixedsort in R base
...xedsort() and mixedorder() both take a **single vector** as the argument to be sorted or ordered and, as the above indicates, they perform exactly as advertised. **Unlike order()**. So of course your do.call() construction fails. So presumably you have a data frame with multiple columns of mixed alpha and numerics? (A reproducible example would be most helpful here.) If this is the case, one **possibly dumb** approach (you have been warned!) would be to turn each column into an ordered factor and then call order() on the data frame of ordered factors via do.call() as above. i.e. > y1 <...
2011 Aug 14
1
looking for tools adapted to alpha-stable varariables
Hello ! I'm already using "fBasics" to generate alpha-stable variables or compute their density or distribution function but do you know where I could find .R tools for computing the correlation and fit a regression between two alpha-stable variables ? Thanks in advance ! Kind regards, Pascal Grosbuis (France) [[alternative HTML version deleted]]
2003 Jan 07
0
Printing OK but bad message.
Hello, I print from a Win2000 Station to a Debian SID with Samba and cups ( [samba 2.999+3.0.alph] [cupsys 1.1.18-1] ), I can print but on the Win2000 I have the message (unable to connect on the printer ....) and this is a part of my error_log file: adPPDs: Read "/etc/cups/ppds.dat", 143 PPDs... I [07/Jan/2003:19:06:31 +0100] LoadPPDs: No new or changed PPDs... E [07/Jan/2003:19:0...
2012 Oct 24
0
Ceph samba size reporting troubles in windows
...vestigated around and it seems that the problem belongs in the unability for windows to treat blocksize over 65k and by default the block size is 4K. Don't know how you can solve that issue but I really need to get that working right. Thank in advance for your time and help. -- signature *Alph? Salas* Ingeniero T.I Descripci?n: cid:image001.gif at 01CAA59C.F14CE4B0*Kepler Data Recovery* *Asturias 97, Las Condes** Santiago- Chile** *((*56 2) 362 7529* asalas at kepler.cl *www.kepler.cl <http://www.kepler.cl>*
2012 Nov 08
1
Dataframe,Matrix,Table
Hi for all............... I am having one Dataset. Mode of the dataset is dataframe. I need to add headerline,row and column line. How to do this...Help me to do this.... Thanks Kokila -- View this message in context: http://r.789695.n4.nabble.com/Dataframe-Matrix-Table-tp4648843.html Sent from the R help mailing list archive at Nabble.com.
2007 Mar 29
2
Re: [Xapian-commits] 7990: trunk/xapian-core/ trunk/xapian-core/bin/ trunk/xapian-core/tests/harness/
...be socket errors, display the error number as well as the output > of strerror - on windows, strerror doesn't display useful > information for socket errors. This code might offer a better fix: http://www.google.com/codesearch?hl=en&q=+package:%22http://tor.eff.org/dist/tor-0.1.2.1-alpha.tar.gz%22+tor_socket_strerror+show:ULmcj_LGIg4:aiz98Rv1Bto:3M10UhHDobA&sa=N&cd=1&ct=rc&cs_p=http://tor.eff.org/dist/tor-0.1.2.1-alpha.tar.gz&cs_f=tor-0.1.2.1-alpha/src/common/compat.c#a0 Licence looks like 3 clause BSD: http://www.google.com/codesearch?hl=en&q=show:WHRL-L...
2004 Aug 06
2
ice
Hi as soon as someone tells ime I know I should have known icecast steams but there is the other part that you can set-up a play list and it automatically runs through things and this is called.... ice2 ??? and do you download this from icecast.org ?? PS should have known want the act rec was on win amp that's for that :-) silly me AJB --- >8 ---- List archives: