ihess(SMPracticals)
ihess()所属R语言包:SMPracticals
Inverse Hessian
反黑森州
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Inverse Hessian matrix, useful for obtaining standard errors
反Hessian矩阵,用于获取标准错误
用法----------Usage----------
ihess(f, x, ep = 1e-04, ...)
参数----------Arguments----------
参数:f
Usually a negative log likelihood
通常一个负对数似然
参数:x
Usually maximum likelihood estimates for f
通常最大似然估计为f
参数:ep
Step length used to compute numerical second derivatives
步长来计算数值二阶导数
参数:...
Extra arguments for f, if any
f,如果任何额外的参数
值----------Value----------
Matrix of dimension dim(x) times dim(x), containing inverse Hessian matrix of f at x.
在x尺寸DIM(x)倍暗淡(X),f的Hessian矩阵的逆矩阵。
注意----------Note----------
This is not needed in R, where hessian matrices are obtained by setting hessian=T in
这是没有必要的R,麻矩阵是通过设置麻= T
(作者)----------Author(s)----------
Anthony Davison
参考文献----------References----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|