getRiskIC(ROptEst)
getRiskIC()所属R语言包:ROptEst
Generic function for the computation of a risk for an IC
通用的风险计算功能的IC
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Generic function for the computation of a risk for an IC.
通用的计算功能,为IC的风险。
用法----------Usage----------
getRiskIC(IC, risk, neighbor, L2Fam, ...)
## S4 method for signature 'HampIC,asCov,missing,missing'
getRiskIC(IC, risk)
## S4 method for signature 'HampIC,asCov,missing,L2ParamFamily'
getRiskIC(IC, risk, L2Fam)
## S4 method for signature 'TotalVarIC,asCov,missing,L2ParamFamily'
getRiskIC(IC, risk, L2Fam)
参数----------Arguments----------
参数:IC
object of class "InfluenceCurve"
对象的类"InfluenceCurve"
参数:risk
object of class "RiskType".
对象类"RiskType"。
参数:neighbor
object of class "Neighborhood"; missing in the methods described here.
类的对象"Neighborhood",缺少了在这里所描述的方法。
参数:...
additional parameters
额外的参数
参数:L2Fam
object of class "L2ParamFamily".
对象类"L2ParamFamily"。
Details
详细信息----------Details----------
To make sure that the results are valid, it is recommended to include an additional check of the IC properties of IC
以确保结果是有效的,则建议包括一个额外的检查的集成电路性能的IC
值----------Value----------
The risk of an IC is computed.
计算的IC的风险。
方法----------Methods----------
IC = "HampIC", risk = "asCov", neighbor = "missing", L2Fam = "missing" asymptotic covariance of IC read off from corresp. Risks slot.
IC =的“HampIC”风险=“asCov”,邻居=“失踪”,L2Fam =“失踪”的渐近协方差IC读出corresp。 Risks插槽。
IC = "HampIC", risk = "asCov", neighbor = "missing", L2Fam = "L2ParamFamily" asymptotic covariance of IC under L2Fam read off from corresp. Risks slot.
IC =的“HampIC”,风险=“asCov”邻居“失踪”,L2Fam =“L2ParamFamily”的渐近协方差IC下L2Fam读出从corresp。“ Risks插槽。
IC = "TotalVarIC", risk = "asCov", neighbor = "missing", L2Fam = "L2ParamFamily" asymptotic covariance of IC read off from corresp. Risks slot, resp. if this is NULL calculates it via getInfV.
IC =“TotalVarIC的”风险=“asCov”邻居“失踪”,L2Fam =“L2ParamFamily的”渐近协方差IC读出corresp。 Risks插槽,RESP账户。如果这是NULL通过计算getInfV。
注意----------Note----------
This generic function is still under construction.
这个通用的功能尚在建设中。
(作者)----------Author(s)----------
Peter Ruckdeschel <a href="mailtoeter.Ruckdeschel@itwm.fraunhofer.de">eter.Ruckdeschel@itwm.fraunhofer.de</a>
参考文献----------References----------
Huber, P.J. (1968) Robust Confidence Limits. Z. Wahrscheinlichkeitstheor. Verw. Geb. 10:269–278.
Rieder, H. (1980) Estimates derived from robust tests. Ann. Stats. 8: 106–115.
Rieder, H. (1994) Robust Asymptotic Statistics. New York: Springer.
Kohl, M. (2005) Numerical Contributions to the Asymptotic Theory of Robustness. Bayreuth: Dissertation.
Ruckdeschel, P. and Kohl, M. (2005) Computation of the Finite Sample Risk of M-estimators on Neighborhoods.
参见----------See Also----------
getRiskIC, InfRobModel-class
getRiskIC,InfRobModel-class
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|