psiFunc(robustbase)
psiFunc()所属R语言包:robustbase
Constructor for Objects "Psi Function" Class
对象的“防扩散安全功能”类的构造函数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
psiFunc(..) is a convenience interface to new("psi_func",..), i.e. for constructing objects of class "psi_func".
psiFunc(..)构造对象的类new("psi_func",..)"psi_func",即是一个方便的接口。
用法----------Usage----------
psiFunc(rho, psi, wgt, Dpsi, Erho = NULL, Epsi2 = NULL, EDpsi = NULL, ...)
参数----------Arguments----------
参数:rho, psi, wgt, Dpsi
each a function of x and tuning parameters typically.
每一个function的x和调整参数通常。
参数:Erho, Epsi2, EDpsi
see psi_func-class, and note that these may change in the future.
请参阅psi_func-class,并注意这些可能会改变在未来的。
参数:...
potential further arguments for specifying tuning parameter names and defaults. </table>
可能进一步指定调整参数名称和默认的参数。 </ TABLE>
(作者)----------Author(s)----------
Martin Maechler
参见----------See Also----------
psi_func-class for the class description.
psi_func-class类的描述。
实例----------Examples----------
## classical {trivial, not interesting}:[#古典{平凡的,不引人注意}:]
F1 <- function(x) rep.int(1, length(x))
cPsi <- psiFunc(rho = function(x) x^2 / 2, psi = function(x) x,
wgt = F1, Dpsi = F1,
Erho = function(x) rep.int(1/2, length(x)),
Epsi2 = F1, EDpsi = F1)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|