search for: 274mb

Displaying 3 results from an estimated 3 matches for "274mb".

Did you mean: 24mb
2007 Sep 20
1
problem with generalized singular value decomposition using LAPACK
Hi All, I'm trying to run generalized singular value decomposition (GSVD) function from LAPACK library. Basically my problem is that I can not run it for large matrices, I get a memory error. I'm using R 2.5.1. I tried this on intel centos5 machines with 2 GB memory and 8 GB memory. I have unlimited max memory,cpu time and virtual memory. LAPACK is already compiled for R
2010 May 27
1
Re: How can I install Wine on a computer without internet access
Gert van den Berg wrote: > > Tip: Ask you distribution for OS related questions... The Wine > community runs several distributions and most of those are not the > same as yours.. Good idea. I just got this comment at http://ubuntuforums.org/showthread.php?p=9353256#post9353256 > Re: A Wine version that works out of the box with Karmic? > Hello, desconocido, > > You
2005 Apr 15
5
Pearson corelation and p-value for matrix
Hi, I was trying to evaluate the pearson correlation and the p-values for an nxm matrix, where each row represents a vector. One way to do it would be to iterate through each row, and find its correlation value( and the p-value) with respect to the other rows. Is there some function by which I can use the matrix as input? Ideally, the output would be an nxn matrix, containing the p-values