Bisect(Icens)
Bisect()所属R语言包:Icens
An implementation of the bisection algorithm for root finding.
实施二分法根发现。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Most of the optimizations in Icens have a one dimensional root-finding component. Since the quantities involved are generally restricted to a subset of [0,1] we use bisection to find the roots.
的大部分在Icens优化有一维根发现组件。由于所涉及的数量一般限制在[0,1]的子集,我们使用二分法找到根。
用法----------Usage----------
Bisect(tA, pvec, ndir, Meps, tolbis=1e-07)
参数----------Arguments----------
参数:tA
The transpose of the clique matrix.
集团矩阵的转置。
参数:pvec
The current estimate of the probability vector.
目前估计的概率向量。
参数:ndir
The direction to explore.
探索的方向。
参数:Meps
Machine epsilon, elements of pvec that are less than this are assumed to be zero.
机小量,pvec,低于这一标准的元素被认为是零。
参数:tolbis
The tolerance used to determine if the algorithm has converged.
公差,以确定是否该算法融合。
Details
详情----------Details----------
We search from pvec in the direction ndir to obtain the new value of pvec that maximizes the likelihood.
我们搜索从pvec方向ndir获得pvec的新的价值最大化的可能性。“
值----------Value----------
The new estimate of pvec.
pvec新的估计。
作者(S)----------Author(s)----------
Alain Vandal and Robert Gentleman.
参考文献----------References----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|