> gpd.fitrange(art,1.8,4,nint=50)
错误: 无法分配大小为4.1 Mb的矢量
此外: 警告信息:
1: In optim(init, gpd.lik, hessian = TRUE, method = method, control = list(maxit = maxit, :
Reached total allocation of 1014Mb: see help(memory.size)
2: In optim(init, gpd.lik, hessian = TRUE, method = method, control = list(maxit = maxit, :
Reached total allocation of 1014Mb: see help(memory.size)
3: In optim(init, gpd.lik, hessian = TRUE, method = method, control = list(maxit = maxit, :
Reached total allocation of 1014Mb: see help(memory.size)
4: In optim(init, gpd.lik, hessian = TRUE, method = method, control = list(maxit = maxit, :
Reached total allocation of 1014Mb: see help(memory.size)
运行了 memory.limit(2000)
memory.size(T)看是
[1] 1874.38
用> object.size(art)查看是
6104 bytes
最终运行还是
> gpd.fitrange(art,1.8,4,nint=50)
错误: 无法分配大小为4.1 Mb的矢量
快崩溃了,求助!!!