smoother(tuneR)
smoother()所属R语言包:tuneR
Meta Function for Smoothers
为平滑的元数据功能
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Apply a smoother to estimated notes.
应用平滑估计的笔记。
用法----------Usage----------
smoother(notes, method ="median", order = 4, times = 2)
参数----------Arguments----------
参数:notes
Series of notes, a vector of integers such as returned by noteFromFF.
系列的笔记,一个向量的整数,如返回noteFromFF。
参数:method
Currently, only a running 'median' (using decmedian in package pastecs) is available.
目前,只有运行'median'(使用decmedian在包pastecs)是可用的。
参数:order
The window used for the running median corresponds to 2*order + 1.
窗口的中位数相当于2 *命令+ 1。
参数:times
The number of times the running median is applied (default: 2).
被施加的流动中位数(默认:2)的次数。
值----------Value----------
The smoothed series of notes.
平滑的系列笔记。
(作者)----------Author(s)----------
Uwe Ligges, <a href="mailto:ligges@statistik.tu-dortmund.de">ligges@statistik.tu-dortmund.de</a>
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|