hubers(MASS)
hubers()所属R语言包:MASS
Huber Proposal 2 Robust Estimator of Location and/or Scale
胡伯提案2位置鲁棒估计和/或规模
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Finds the Huber M-estimator for location with scale specified, scale with location specified, or both if neither is specified.
查找指定的位置与规模,规模与指定的位置,或者如果没有指定的Huber M-估计。
用法----------Usage----------
hubers(y, k = 1.5, mu, s, initmu = median(y), tol = 1e-06)
参数----------Arguments----------
参数:y
vector y of data values
数据值的向量y
参数:k
Winsorizes at k standard deviations
Winsorizes在k标准偏差
参数:mu
specified location
指定的位置
参数:s
specified scale
指定规模
参数:initmu
initial value of mu
初始值mu
参数:tol
convergence tolerance </table>
收敛公差</ TABLE>
值----------Value----------
list of location and scale estimates
列表中的位置和规模的估计
参数:mu
location estimate
位置估计
参数:s
scale estimate </table>
规模估计</ TABLE>
参考文献----------References----------
Robust Statistics. Wiley.
Modern Applied Statistics with S. Fourth edition. Springer.
参见----------See Also----------
huber
huber
举例----------Examples----------
hubers(chem)
hubers(chem, mu=3.68)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|