locMEstimator(ROptEstOld)
locMEstimator()所属R语言包:ROptEstOld
Generic function for the computation of location M estimators
计算位置M估计的通用功能
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Generic function for the computation of location M estimators.
计算位置M估计的通用功能。
用法----------Usage----------
locMEstimator(x, IC, ...)
## S4 method for signature 'numeric,InfluenceCurve'
locMEstimator(x, IC, eps = .Machine$double.eps^0.5)
参数----------Arguments----------
参数:x
sample
样品
参数:IC
object of class "InfluenceCurve"
对象的类"InfluenceCurve"
参数:...
additional parameters
额外的参数
参数:eps
the desired accuracy (convergence tolerance).
所需的精度(收敛宽容)。
值----------Value----------
Returns a list with component <table summary="R valueblock"> <tr valign="top"><td>loc</td> <td> M estimator of location </td></tr> </table>
返回一个列表,组件<table summary="R valueblock"> <tr valign="top"> <TD>loc </ TD> <TD> M估计的位置</ TD> </ TR> < / TABLE>
方法----------Methods----------
x = "numeric", IC = "InfluenceCurve" univariate location.
X =“数字”,IC =“InfluenceCurve”单变量的位置。
(作者)----------Author(s)----------
Matthias Kohl <a href="mailto:Matthias.Kohl@stamats.de">Matthias.Kohl@stamats.de</a>
参考文献----------References----------
Huber, P.J. (1964) Robust estimation of a location parameter. Ann. Math. Stat. 35: 73–101.
Rieder, H. (1994) Robust Asymptotic Statistics. New York: Springer.
Kohl, M. (2005) Numerical Contributions to the Asymptotic Theory of Robustness. Bayreuth: Dissertation.
参见----------See Also----------
InfluenceCurve-class
InfluenceCurve-class
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|