varobj(vardiag)
varobj()所属R语言包:vardiag
Function for variogram fitting
变异函数拟合的功能
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function fits a variogram model to spatial data and calculates some statistics.
此功能适合变差函数模型,空间数据和计算一些统计信息。
用法----------Usage----------
varobj(m, iter = 50, tolerance = 2e-04, trace = 1, loo = FALSE)
参数----------Arguments----------
参数:m
n by 3 matrix with spatial data
n的3矩阵空间数据
参数:iter
this argument is put forward to the optimization routine
这种说法提出了优化程序
参数:tolerance
this argument is put forward to the optimization routine
这种说法提出了优化程序
参数:trace
if set to values higher than 1 some debug messages are given
如果设置为大于1的值给出一些调试信息
参数:loo
if set to TRUE, leave-one-out residuals are clculated
如果设置为TRUE,留一出残差clculated
Details
详细信息----------Details----------
Only spherical variogram models are fitted.
只有都配的球形变异函数模型。
值----------Value----------
a variogram object
一个变异函数对象
(作者)----------Author(s)----------
Ernst Glatzer
参考文献----------References----------
参见----------See Also----------
PlotDiag.varobj
PlotDiag.varobj
实例----------Examples----------
data(tulln)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|