search for: 1024x13000

Displaying 1 result from an estimated 1 matches for "1024x13000".

2006 May 17
2
prcomp: problem with zeros? (PR#8870)
...center = TRUE, scale = TRUE) Error in svd(x, nu = 0) : infinite or missing values in 'x' m = matrix(... ... # ugly work around m = m + 1e-120 # too small values will not work # m = m + 1e-150 prcomp(m, center = TRUE, scale = TRUE) # success The matrix in question is ~1024x13000 containing double values, thus totaling of ~103M of raw data. I can put it online if needed.