check.dist.gradient(SamplerCompare)
check.dist.gradient()所属R语言包:SamplerCompare
Test a gradient function
测试梯度功能
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Evaluates the gradient function of a distribution object and compares it to a numeric gradient computed from the log
计算的梯度的分布对象的功能,并比较其数值梯度计算从log
用法----------Usage----------
check.dist.gradient(ds, x, h=1e-7)
参数----------Arguments----------
参数:ds
A distribution object with defined log density and gradient functions.
分布对象的定义的log密度和梯度功能。
参数:x
A point inside the support of ds.
A点内的支持ds。
参数:h
An offset from x at which to evaluate the log density when computing numeric derivatives.
一个偏移x评估记录密度计算数字的衍生工具的。
Details
详细信息----------Details----------
check.dist.gradient computes the numeric derivative of ds$log.density at x in each of its coordinates and compares this to the value returned by ds$grad.log.density. If the relative error is greater than 0.001, an error is reported.
check.dist.gradient计算的数字衍生的ds$log.densityx在其坐标的ds$grad.log.density返回的值进行比较。如果相对误差大于0.001的,错误的报道。
This function can be used when defining a distribution to ensure that the gradient function is implemented correctly.
此功能时,可以使用限定了分布,以确保正确实施梯度函数。
参见----------See Also----------
make.dist
make.dist
实例----------Examples----------
check.dist.gradient(N2weakcor.dist, runif(2))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|