search for: tp1695189p1745651

Displaying 1 result from an estimated 1 matches for "tp1695189p1745651".

2010 Mar 29
1
Error "grid must have equal distances in each direction"
Hello all, I am trying to create a grid of large number of points 4096*4096, on processing the data I am writing it into a file. phi <- 0.5 N <- 4096 mu <- 90 sim<-grf(N*N,grid="reg",cov.model="spherical",cov.pars=c(1,phi),method="RF") sim$data <- (sim$data - mean(sim$data)) / sd(sim$data) local <- array(sim$data, dim=c(N,N)) sysvar <- local *