请问fields包中的Tps(薄板样条)函数可以处理多大的数据?我的数据有59191个值,出现了以下错误:
警告信息:
In n1 * n2 : 整数上溢产生了NA
错误于t(out$W2 %d*% do.call(out$cov.function.name, c(out$args, list(x1 = out$knots, :
在为't'函数选择方法时评估'x'参数出了错: 错误于out$W2 %d*% do.call(out$cov.function.name, c(out$args, list(x1 = out$knots, :
在为'%d*%'函数选择方法时评估'y'参数出了错: 错误于rep(0, n1 * n2) : 'times'参数不对
请问是不是数据量太大的原因?