找回密码
 注册
查看: 343|回复: 0

R语言 RobLox包 RobLox-package()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-27 21:09:57 | 显示全部楼层 |阅读模式
RobLox-package(RobLox)
RobLox-package()所属R语言包:RobLox

                                         Optimally robust influence curves and estimators for location and scale
                                         最理想的强大影响曲线的位置和规模的估计

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Functions for the determination of optimally robust influence curves and  estimators in case of normal location and/or scale.
为确定最佳强大的影响曲线和估计的情况下,正常的位置和/或规模的功能。


Details

详细信息----------Details----------

</table>
</ TABLE>


包版本----------Package versions----------

Note: The first two numbers of package versions do not necessarily reflect package-individual development, but rather are chosen for the RobAStXXX family as a whole in order to ease updating "depends" information.
注:前两个数字的软件版本不必然反映包的个人发展,而是选择了为的RobAStXXX的家庭作为一个整体,以纾缓更新“依赖”的信息。


(作者)----------Author(s)----------


Matthias Kohl  <a href="mailto:matthias.kohl@stamats.de">matthias.kohl@stamats.de</a>



参考文献----------References----------

M. Kohl (2005). Numerical Contributions to the Asymptotic Theory of Robustness. Dissertation. University of Bayreuth.
Rieder, H. (1994) Robust Asymptotic Statistics. New York: Springer.
Rieder, H., Kohl, M. and Ruckdeschel, P. (2008) The Costs of not Knowing the Radius. Statistical Methods and Applications 17(1) 13-40. Extended version: http://www.stamats.de/RRlong.pdf

参见----------See Also----------

RobAStBase-package
RobAStBase-package


实例----------Examples----------


library(RobLox)
ind <- rbinom(100, size=1, prob=0.05)
x <- rnorm(100, mean=ind*3, sd=(1-ind) + ind*9)
roblox(x)

res <- roblox(x, eps.lower = 0.01, eps.upper = 0.1, returnIC = TRUE)
estimate(res)
confint(res)
confint(res, method = symmetricBias())
pIC(res)
checkIC(pIC(res))
Risks(pIC(res))
Infos(pIC(res))
plot(pIC(res))
infoPlot(pIC(res))

## row-wise application[#行明智的应用]
ind <- rbinom(200, size=1, prob=0.05)
X <- matrix(rnorm(200, mean=ind*3, sd=(1-ind) + ind*9), nrow = 2)
rowRoblox(X)

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-25 03:44 , Processed in 0.029113 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表