lnn(PROcess)
lnn()所属R语言包:PROcess
Estimate Signal and Variation of a Spectrum
估计信号和频谱变化
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Estimate the signal and the variation of a spectrum.
估计的信号和频谱的变化。
用法----------Usage----------
lnn(x, span = 21, sm.span = 11)
参数----------Arguments----------
参数:x
a vector of real values.
一个真正的价值向量。
参数:span
the window widith for estimation of local variation.
估计局部变化的的窗口widith。
参数:sm.span
the window width for estimation of the signal of x.
估计x的信号窗口的宽度。
Details
详情----------Details----------
The signal of a spectrum is estimated by moving average and its local variation is estimated by moving "mad", possibly in a large window.
通过移动平均线和移动,可能在一个大窗口“疯狂”,估计其局部变化的信号频谱估计。
值----------Value----------
A list with two components:
两部分组成名单:
参数:fitted
estimated signal,
估计信号,
参数:sigma
estimated local variation.
估计当地的变化。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|