FixRobModel(RobAStBase)
FixRobModel()所属R语言包:RobAStBase
Generating function for FixRobModel-class
FixRobModel级的生成功能
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Generates an object of class "FixRobModel".
生成对象类"FixRobModel"。
用法----------Usage----------
FixRobModel(center = ParamFamily(modifyParam =
function(theta) Norm(mean = theta)), neighbor = ContNeighborhood())
参数----------Arguments----------
参数:center
object of class "ProbFamily"
对象的类"ProbFamily"
参数:neighbor
object of class "UncondNeighborhood"
对象的类"UncondNeighborhood"
值----------Value----------
Object of class "FixRobModel"
对象的类"FixRobModel"
(作者)----------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----------
FixRobModel-class
FixRobModel-class
实例----------Examples----------
(M1 <- FixRobModel())
## The function is currently defined as[#功能目前被定义为]
function(center = ParamFamily(), neighbor = ContNeighborhood()){
new("FixRobModel", center = center, neighbor = neighbor)
}
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|