psi_func-class(robustbase)
psi_func-class()所属R语言包:robustbase
Class of "Psi Functions" for M-Estimation
类的“防扩散安全功能”M-估计
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The class "psi_func" is used to store psi functions for M-estimation. In particular, an object of the class contains rho(x), its derivative psi(x), the weight function ψ(x)/x, and first derivative of ψ, Dpsi = ψ'(x).
类"psi_func"是用来存储psi函数对于M-估计。特别是,一个对象的类包含rho(x),及其衍生psi(x),权重函数ψ(x)/x,和第一导数的ψ,Dpsi = <X >。
类对象----------Objects from the Class----------
Objects can be created by calls of the form new("psi_func", ...), but preferably by psiFunc(...).
对象可以通过调用创建的形式new("psi_func", ...),但最好是由psiFunc(...)。
插槽----------Slots----------
rho: the rho() function, an object of class "functionX". This is used to formulate the objective function; ρ() can be regarded as generalized
rho:rho()函数,类"functionX"的对象。这是用来制订的目标函数,“ρ()可以视为广义
psi: psi() is the derivative of ρ, psi(x) = d/dx rho(x);
psi:psi() ρ衍生,psi(x) = d/dx rho(x);
wgt: The weight function ψ(x)/x,
wgt:权重函数ψ(x)/x,
Dpsi: the derivative of ψ,
Dpsi:衍生工具的ψ,
tDefs: named numeric vector of tuning
tDefs:“数字矢量的调整
Erho: Object of class "functionXal" ~~
Erho:对象类"functionXal"~~
Epsi2: Object of class "functionXal" ~~
Epsi2:对象类"functionXal"~~
EDpsi: Object of class "functionXal" ~~
EDpsi:对象类"functionXal"~~
xtras: Potentially further information.
xtras:潜在的进一步的信息。
方法----------Methods----------
No methods defined with class "psi_func" in the signature.
没有定义类"psi_func"在签名的方法。
(作者)----------Author(s)----------
Martin Maechler
参见----------See Also----------
psiFunc.
psiFunc。
实例----------Examples----------
str(huberPsi, give.attr = FALSE)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|