search for: gpcc

Displaying 4 results from an estimated 4 matches for "gpcc".

Did you mean: gcc
2006 Dec 14
7
loop is going to take 26 hours - needs to be quicker!
Dear R-help, I have a loop, which is set to take about 26 hours to run at the rate it's going - this is ridiculous and I really need your help to find a more efficient way of loading up my array gpcc.array: #My data is stored in a table format with all the data in one long column #running though every longitute, for every latitude, for every year. The #original data is sotred as gpcc.data2 where dim(gpcc.data2) = [476928,5] where #the 5th column is the data: #make the array in the format I...
1998 Dec 18
0
user level authentication on Samba 2.0.0b4
...x.xxx.xxx.255 nmask=255.255.255.0 Password: session setup failed: ERRSRV - ERRbadpw (Bad password - name/password pair in a Tree Connect or Session Setup are invalid.) felix% smbclient -L felix -U liamr Added interface ip=xxx.xxx.xxx.xxx bcast=xxx.xxx.xxx.255 nmask=255.255.255.0 Password: Domain=[GPCC] OS=[Unix] Server=[Samba 2.0.0beta4] Sharename Type Comment --------- ---- ------- tmp Disk Temporary file space IPC$ IPC IPC Service (Samba Server v2.0.0beta4 on felix) Server Comment...
2005 Jan 13
2
multivariate diagnostics
Hi, there. I have two questions about the diagnostics in multivarite statistics. 1. Is there any diagnostics tool to check if a multivariate sample is from multivariate normal distribution? If there is one, is there any function doing it in R? 2. Is there any function of testing if two multivariate distribution are same, i.e. the multivariate extension of Kolomogrov-Smirnov test? Thanks for
2004 Aug 27
1
selecting unique columns of a matrix/data frame
...22:50:56 -0400 (EDT) > From: Stewart T Chang <stchang at umich.edu> > Subject: RE: [R] predict.mvr error message > To: "Liaw, Andy" <andy_liaw at merck.com> > Cc: r-help at stat.math.ethz.ch > Message-ID: > <Pine.SOL.4.58.0408262241430.18266 at timepilot.gpcc.itd.umich.edu> > Content-Type: TEXT/PLAIN; charset=US-ASCII > > Well, I figured it out on my own. It turns out, even though my test set > of data appeared to be a matrix, it wasn't. Adding "as.matrix" to the > front of the name of the data set solved the problem....