updatestats(varbvs)
updatestats()所属R语言包:varbvs
Statistics for updating variational parameters eta.
统计更新变参数ETA。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
updatestats calculates useful quantities for updating the variational approximation to the logistic regression factors. This function should be called whenever the free parameters
updatestats计算有用的大量更新的变分近似的logistic回归因素。此功能时,应该被称为自由参数
用法----------Usage----------
updatestats(X, y, eta)
参数----------Arguments----------
参数:X
Matrix of observations about the variables (or features). It has n rows and p columns, where n is the number of samples, and p is the number of variables.
矩阵观测的变量(或功能)。 n行p列,其中n的样本数,和p是变量的数目。
参数:y
Vector of observations about the binary outcome. It is a vector of length n.
矢量观测的二进制结果。它是一个向量的长度n。
参数:eta
Free parameters specifying the variational lower bound on the logistic regression factors. It is a vector of length n. </table>
免费参数指定的logistic回归因素的变化下限。它是一个向量的长度n。 </ TABLE>
值----------Value----------
Returns a list containing five components: xy = t(X) %*% yhat, xu = t(X) %*% u, d = diag(t(X) %*% Uhat %*% X), and u = sigmoid(eta - 0.5)/eta, the slope of the conjugate to the log-sigmoid function at X, times 2. For a definition of vectors
返回一个列表,其中包含五部分组成:xy = t(X) %*% yhat,xu = t(X) %*% u,d = diag(t(X) %*% Uhat %*% X)和u = sigmoid(eta - 0.5)/eta,在X,2倍的数S型函数的共轭的斜率。如果在向量的定义
(作者)----------Author(s)----------
Peter Carbonetto
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|