fit.SEL(SEL)
fit.SEL()所属R语言包:SEL
Fit an SEL object
适合SEL对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Function that performs the actual fitting of the expert's distribution via quadratic programming (using the solve.QP function from the quadprog package). This function is mainly for internal use.
函数执行实际的专家通过二次规划(使用solve.QP功能的quadprog包)的分布拟合。此功能主要是供内部使用。
用法----------Usage----------
fit.SEL(N, alpha, P, A, b, gamma, dplus = 0)
参数----------Arguments----------
参数: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 the reference below).
罚款矩阵(欧米茄在以下参考)。
参数:A,b
Matrix and vector containing the specifying the constraints A'b >= 0.
含有指定约束AB> = 0的矩阵和矢量。
参数:gamma
Gamma parameter trading of goodness of fit and Brier entropy/Brier divergence.
Gamma参数交易善良的配合和石南木熵/石南木分歧。
参数:dplus
Additional offset for dvec in solve.QP.
额外的偏移量为DVEC在solve.QP。
值----------Value----------
Returns solution of the quadratic programming problem.
返回的二次规划问题的解决方案。
(作者)----------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
Goldfarb, D., and Idnani, A. (1982), Dual and Primal-Dual Methods for Solving Strictly Convex Quadratic Programs, in Numerical Analysis, (eds.) J. Hennart, Springer Verlag, Berlin, pp. 226–239.
Goldfarb, D., and Idnani, A. (1983), A Numerically Stable Dual Method for Solving Strictly Convex Quadratic Programs”, Mathematical Programming, 27, 1–33.
参见----------See Also----------
SEL, solve.QP
SEL,solve.QP
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|