doppler(wavethresh)
doppler()所属R语言包:wavethresh
Evaluate the Donoho and Johnstone Doppler signal.
评估Donoho和Johnstone多普勒信号。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function evaluates and returns the Doppler signal from Donoho and Johnstone, (1994).
该函数会计算并返回的多普勒信号Donoho和Johnstone(1994)。
用法----------Usage----------
doppler(t)
参数----------Arguments----------
参数:t
The domain of the Doppler function (where you wish to evaluate this Doppler function
域的多普勒功能(如要评估这多普勒功能
Details
详细信息----------Details----------
This function evaluates and returns the Doppler signal from Donoho and Johnstone, (1994). (Donoho, D.L. and Johnstone, I.M. (1994), Ideal spatial adaptation by wavelet shrinkage. Biometrika, 81, 425–455).
该函数会计算并返回的多普勒信号Donoho和Johnstone(1994)。 (Donoho提出,DL和Johnstone IM(1994年),理想的空间适应的小波收缩。生物统计,81,425-455)。
Another version of this function can be found in DJ.EX.
此功能的另一个版本,可以发现在DJ.EX。
值----------Value----------
A vector of the same length as the input vector containing the Doppler signal at t
具有相同的长度的向量作为含有的多普勒信号的输入矢量,t
(作者)----------Author(s)----------
Arne Kovac
参见----------See Also----------
DJ.EX
DJ.EX
实例----------Examples----------
#[]
# Evalute the Doppler signal at 100 arbitrarily spaced points.[2004年第z1期评定在100任意隔开的点的多普勒信号。]
#[]
tt <- sort(runif(100))
dopp <- doppler(tt)
## Not run: plot(tt, dopp, type="l")[#未运行图(TT,DOPP,类型为“L”):]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|