Displaying 20 results from an estimated 27 matches for "alphe".
Did you mean:
alpha
2003 Oct 29
3
PXELinux cannot load the config file
I have DHCP and TFTP on a Solaris machine, pxelinux.0 loads, but it
can't load the configuration file. The tftp server on Solaris tries to
send the file, but data transfers do not receive ACKs. Previous posts
to this list have indicated that the suspect was the PXE BIOS (ref
"PXELinux can't load the config file?" dated March 20, 2003). Does that
still appear to be the case
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
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,
2006 Jan 27
0
pgamma - inadequate algorithm design and poor coding (PR#8528)
R versions 2.1.0 to present.
Examples shown were computed under Windows R-devel, current SVN, but ix86
Linux shows similar behaviour (sometimes NaN or -Inf rather than Inf,
depending on the compiler and optimization level used).
The replacement pgamma algorithm used from R 2.1.0 has an inadequate
design and no supporting documentation whatsoever. There is no reference
given to support the
2012 Oct 24
2
Ceph samba size reporting troubles
Dear developement team,
I want to share a massive storage casted with Ceph by samba with
windows workstations.
All works well. My problem so is that in windows the ceph storage size
statistics are wrong. Instead of seeing a 44TB hard drive I see a 176GB
hard drive.
Under linux that issue doesn't show. The size are properly reported.
I investigated around and it seems that the problem
2018 Mar 12
1
Equivalent of gtools::mixedsort in R base
x <- c( "a1", "a10", "a2" )
y <- c( "b10", "b2", "a12", "ca1" )
DF <- expand.grid( x = x, y = y )
# randomize
set.seed( 42 )
DF <- DF[ sample( nrow( DF ) ), ]
# missing from gtools
mixedrank <- function( x ) {
seq.int( length( x ) )[ gtools::mixedorder(x) ]
}
o <- do.call( order, lapply( DF, mixedrank ) )
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
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
2011 Mar 24
1
.Fortran successful, R locks up.
Howdy,
I am having a problem with a library compiled from some legacy fortran
code. I can call the library, it runs as it should, returns a list,
and gives a ">" prompt, but then locks up the R session. Functions
typed in return nothing. ctrl-c results in a new prompt that is still
locked up, and R overwhelms the processor. This happens on Mac,
Windows, and Linux exactly the same. I
2010 Nov 26
1
[PATCH] new *br: Show handoff data
git://git.zytor.com/users/genec/syslinux.git
Branch handoff-mbr-for-hpa
This is a piece of code that can be used in place of a MBR or VBR/PBR
(master boot record; volume/partition) in order to examine the data
handed to the respective boot code. AX, SS, and SP are destroyed
before examining anything. I set an internal restriction that limits
it to 420 bytes such that it could be used with a
2018 Mar 12
0
Equivalent of gtools::mixedsort in R base
???
> y <- sort( c("a1","a2","a10","a12","a100"))
> y
[1] "a1" "a10" "a100" "a12" "a2"
> mixedsort(y)
[1] "a1" "a2" "a10" "a12" "a100"
**Please read the docs!** They say that mixedsort() and mixedorder() both
take a **single
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
2012 Oct 24
0
Ceph samba size reporting troubles in windows
Dear developement team,
I want to share a massive storage casted with Ceph by samba with
windows workstations.
All works well. My problem so is that in windows the ceph storage size
statistics are wrong. Instead of seeing a 44TB hard drive I see a 176GB
hard drive.
Under linux that issue doesn't show. The size are properly reported.
I investigated around and it seems that the problem
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/
On Thu, Mar 29, 2007 at 03:39:01PM +0100, richard wrote:
> bin/xapian-tcpsrv.cc,tests/harness/testsuite.cc: First of many
> parts of a large patch from Mark Hammond working towards enabling
> remote databases on windows. When displaying errors which might
> be socket errors, display the error number as well as the output
> of strerror - on windows, strerror doesn't display
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: