asAnscombe(ROptEst)
asAnscombe()所属R语言包:ROptEst
Generating function for asAnscombe-class
生成功能的asAnscombe级
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Generates an object of class "asAnscombe".
生成对象类"asAnscombe"。
用法----------Usage----------
asAnscombe(eff = .95, biastype = symmetricBias(), normtype = NormType())
参数----------Arguments----------
参数:eff
value in (0,1]: ARE in the ideal model
值在(0,1]:在理想模型
参数:biastype
a bias type of class BiasType
一个偏置类型的类BiasType
参数:normtype
a norm type of class NormType
一个标准类型的类NormType
值----------Value----------
Object of class asAnscombe
对象的类asAnscombe
(作者)----------Author(s)----------
Peter Ruckdeschel <a href="mailto:peter.ruckdeschel@fraunhofer.itwm.de">peter.ruckdeschel@fraunhofer.itwm.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----------
asAnscombe-class
asAnscombe-class
实例----------Examples----------
asAnscombe()
## The function is currently defined as[#功能目前被定义为]
function(eff = .95, biastype = symmetricBias(), normtype = NormType()){
new("asAnscombe", eff = eff, biastype = biastype, normtype = normtype) }
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|