K(sBF)
K()所属R语言包:sBF
Kernel weighting function
核心权重函数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Instrumental to the sBF function. It returns weights used in the Nadaraya-Watson estimator.
仪器sBF功能。它返回在Nadaraya沃森估计的权重。
用法----------Usage----------
K(u, method = "gaussian")
参数----------Arguments----------
参数:u
distance from the origin.
从原点的距离。
参数:method
type of kernel function. The default value is gaussian, other possible methods are: unifrom, epanechnikov, biweight, and triweight.
类型的核函数。默认值是gaussian,其他可能的方法是:unifrom,epanechnikov,biweight和triweight。
Details
详细信息----------Details----------
The domain of the kernel functions is centered at the origin and generally the weight value returned by the kernel decreases while the distance u from the origin increases.
该域名的内核功能的中心在原点,一般由内核返回的重量值降低而距离u增加的起源。
参考文献----------References----------
参见----------See Also----------
sBF-package, sBF.
sBF-package,sBF。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|