min.abs(SEL)
min.abs()所属R语言包:SEL
Find gamma given Delta
伽玛给Delta
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Find gamma so that squareroot of average squared distance of fitted distribution and statements is equal to Delta (using the uniroot function). This function is not meant to be called by the user, unless one is familiar with the source code.
寻找的伽玛这样,平方根的平均平方距离拟合分布和报表的等于Delta(uniroot函数)。这并不意味着功能可以由用户调用,除非是熟悉的源代码。
用法----------Usage----------
min.abs(Delta, N, alpha, P, A, b, lb, ub, dplus = 0)
参数----------Arguments----------
参数:Delta
Average root of squared error to be achieved with fitted distribution.
要达到平均平方误差根配有分布。
参数:N
Matrix containing the B-spline basis functions evaluated at the elicited quantiles.
基质中含有的B样条在评估的基础功能引起位数。
参数:alpha
Vector giving the levels of the elicited quantiles.
向量给引起分位数水平。
参数:P
Penalty matrix (called Omega in reference below).
罚款矩阵(欧米茄参考下面)。
参数:A,b
Matrix and vector containing the specifying the constraints A'b >= 0.
含有指定约束AB> = 0的矩阵和矢量。
参数:lb, ub
lower and upper bound to search for gamma.
的上限和下限,以搜寻用于γ。
参数:dplus
offset integral needed when divergence instead of entropy is used.
偏移时需要使用的分歧,而不是熵的积分。
值----------Value----------
Returns gamma
返回伽玛
(作者)----------Author(s)----------
Bjoern Bornkamp
参考文献----------References----------
Bornkamp, B. and Ickstadt, K. (2009). A Note on B-Splines for Semiparametric Elicitation. The American Statistician, 63, 373–377
参见----------See Also----------
uniroot, solve.QP
uniroot,solve.QP
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|