getweight-methods(RobAStBase)
getweight-methods()所属R语言包:RobAStBase
Generating weights
生成权重
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Generates weight functions of Hampel / BdSt type for different bias and norm types.
产生重量的功能的汉佩尔/ BDST类型的不同的偏见和规范类型。
用法----------Usage----------
getweight(Weight, neighbor, biastype, ...)
minbiasweight(Weight, neighbor, biastype, ...)
## S4 method for signature 'HampelWeight,ContNeighborhood,BiasType'
getweight(Weight, neighbor, biastype, normW)
## S4 method for signature 'HampelWeight,ContNeighborhood,BiasType'
minbiasweight(Weight, neighbor, biastype, normW)
## S4 method for signature 'HampelWeight,ContNeighborhood,onesidedBias'
getweight(Weight, neighbor, biastype, ...)
## S4 method for signature 'HampelWeight,ContNeighborhood,onesidedBias'
minbiasweight(Weight, neighbor, biastype, ...)
## S4 method for signature 'HampelWeight,ContNeighborhood,asymmetricBias'
getweight(Weight, neighbor, biastype, ...)
## S4 method for signature 'HampelWeight,ContNeighborhood,asymmetricBias'
minbiasweight(Weight, neighbor, biastype, ...)
## S4 method for signature 'BdStWeight,TotalVarNeighborhood,BiasType'
getweight(Weight, neighbor, biastype, ...)
## S4 method for signature 'BdStWeight,TotalVarNeighborhood,BiasType'
minbiasweight(Weight, neighbor, biastype, ...)
参数----------Arguments----------
参数:Weight
Object of class "RobWeight".
对象类"RobWeight"。
参数:neighbor
Object of class "Neighborhood".
对象类"Neighborhood"。
参数:biastype
Object of class "BiasType".
对象类"BiasType"。
参数:normW
Object of class "NormType" — only for signature HampelWeight,ContNeighborhood,BiasType.
对象类"NormType"“ - 只为签名HampelWeight,ContNeighborhood,BiasType。
参数:...
possibly additional (unused) arguments — like in a call to the less specific methods.
可能是额外的(未使用)的参数 - 那么具体的方法调用一样。
Details
详细信息----------Details----------
These functions generate the weight function in slot weight in a corresp.
这些功能在插槽weight在一个corresp中产生的权重函数。
值----------Value----------
Object of class "HampelWeight" resp. "BdStWeight"
对象类"HampelWeight"RESP。 "BdStWeight"
方法----------Methods----------
(作者)----------Author(s)----------
Peter Ruckdeschel <a href="mailtoeter.Ruckdeschel@itwm.fraunhofer.de">eter.Ruckdeschel@itwm.fraunhofer.de</a>
参考文献----------References----------
Hampel et al. (1986) Robust Statistics. The Approach Based on Influence Functions. New York: Wiley.
Rieder, H. (1994) Robust Asymptotic Statistics. New York: Springer.
Kohl, M. (2005) Numerical Contributions to the Asymptotic Theory of Robustness. Bayreuth: Dissertation.
参见----------See Also----------
BdStWeight-class, HampelWeight-class,
BdStWeight-class,HampelWeight-class,
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|