getModifyIC(ROptEst)
getModifyIC()所属R语言包:ROptEst
Generic Function for the Computation of Functions for Slot modifyIC
通用函数的计算功能插槽modifyIC
译者:生物统计家园网 机器人LoveR
描述----------Description----------
These function is used by internal computations and is rarely called directly.
这些功能用于内部计算和很少直接调用。
用法----------Usage----------
getModifyIC(L2FamIC, neighbor, risk,...)
## S4 method for signature 'L2ParamFamily,Neighborhood,asRisk'
getModifyIC(L2FamIC,
neighbor, risk, ...)
## S4 method for signature 'L2LocationFamily,UncondNeighborhood,asGRisk'
getModifyIC(L2FamIC,
neighbor, risk, ...)
## S4 method for signature 'L2LocationFamily,UncondNeighborhood,fiUnOvShoot'
getModifyIC(L2FamIC,
neighbor, risk, ...)
## S4 method for signature 'L2ScaleFamily,UncondNeighborhood,asGRisk'
getModifyIC(L2FamIC,
neighbor, risk, ...)
## S4 method for signature 'L2LocationScaleFamily,UncondNeighborhood,asGRisk'
getModifyIC(L2FamIC,
neighbor, risk, ...)
scaleUpdateIC(neighbor,...)
## S4 method for signature 'UncondNeighborhood'
scaleUpdateIC(neighbor, sdneu, sdalt, IC)
## S4 method for signature 'ContNeighborhood'
scaleUpdateIC(neighbor, sdneu, sdalt, IC)
## S4 method for signature 'TotalVarNeighborhood'
scaleUpdateIC(neighbor, sdneu, sdalt, IC)
参数----------Arguments----------
参数:L2FamIC
object of class L2ParamFamily.
对象类L2ParamFamily。
参数:neighbor
object of class "Neighborhood".
对象类"Neighborhood"。
参数:risk
object of class "RiskType"
对象的类"RiskType"
参数:...
further arguments to be passed over to optIC.
进一步的参数传递到optIC。
参数:sdneu
positive numeric of length one; the new scale.
正数的长度为一新的规模。
参数:sdalt
positive numeric of length one; the new scale.
正数的长度为一新的规模。
参数:IC
a Hampel-IC to be updated.
一个汉佩尔-IC进行更新。
Details
详细信息----------Details----------
This function is used for internal computations. By setting RobAStBaseOption("all.verbose" = TRUE) somewhere globally, the generated function modifyIC will generate calls to optIC with argument verbose=TRUE.
此功能被用于内部计算。设置RobAStBaseOption("all.verbose" = TRUE)在全球范围内,生成的函数modifyIC将调用参数optIC到verbose=TRUE。
值----------Value----------
(作者)----------Author(s)----------
Matthias Kohl <a href="mailto:Matthias.Kohl@stamats.de">Matthias.Kohl@stamats.de</a>
参考文献----------References----------
Rieder, H. (1994) Robust Asymptotic Statistics. New York: Springer.
Kohl, M. (2005) Numerical Contributions to the Asymptotic Theory of Robustness. Bayreuth: Dissertation.
参见----------See Also----------
optIC, IC-class
optIC,IC-class
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|