Displaying 4 results from an estimated 4 matches for "nuzzo".
2002 Apr 19
1
FW: Problem compiling on HP-UX 10.20
...4e-01 
>  which(bY >= 0)
[1] 1 2 3 4 5
>  summary(bY <- besselY(2,nu = nu <- seq(3,300,len=51)))
Error in vector("character", length) : negative length vectors are not
allowed
In addition: There were 23 warnings (use warnings() to see them)
Execution halted
Thanks,
Art Nuzzo
> -----Original Message-----
> From: Peter Dalgaard BSA [mailto:p.dalgaard at biostat.ku.dk]
> Sent: Friday, April 19, 2002 11:48 AM
> To: Nuzzo Art-CINT116
> Cc: R-help at stat.math.ethz.ch
> Subject: Re: [R] Problem compiling on HP-UX 10.20
> 
> 
> Nuzzo Art-CINT116...
2002 Apr 18
1
Problem compiling on HP-UX 10.20
...pux10.20/3.0.4/libg2c.a(fmt.o) - shared
library must be position
    independent.  Use +z or +Z to recompile.
collect2: ld returned 1 exit status
make[4]: *** [lapack.sl] Error 1
make[4]: Leaving directory `/tmp_mnt/users/artn/R-1.4.1/src/modules/lapack'
Any help is appreciated, thanks,
Art Nuzzo
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at sta...
2011 Oct 25
2
Xen Live Migration Networking Problem
Xen Users, 
I''m relatively new to Xen, but I''ve been able to build a Xen host cluster using Ubuntu 11.10 AMD64, DRBD, LVM (for the domain disks) and the Ubuntu Xen package, 4.1.1-2ubuntu4. It works for the most part, but there''s a problem with networking on vm migration that I''ve been struggling with. 
Using xen-tools I can bootstrap an Ubuntu 11.04 vm
2003 Oct 08
0
Bootstrap Question
...e traditional method.
 
What am I missing?  Is this the best that can be expected when working with a sample set of only 10 pieces?  
 
Although this experiment was done using a normal distribution,  my real datasets would be non-normal of an unknown distribution.
 
 
 
Thanks for any help,
 
 
Art Nuzzo
 
 
Motorola
 
 
 
 
***************************************************************************************
 
library(bootstrap)
 
CImiss = function(M, lower, upper) {lower > M || upper < M }
CIr = function(lower, upper) {upper - lower}
 
C = c(); B = c()     # CI Range
Ccov = 0;  Bcov = 0...